PerspectiveCalculation Constructor (String, PerspectiveCalculationType)
Initializes a new instance of PerspectiveCalculation using a name and type.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
type As PerspectiveCalculationType _
)
public PerspectiveCalculation (
string name,
PerspectiveCalculationType type
)
public:
PerspectiveCalculation (
String^ name,
PerspectiveCalculationType type
)
public PerspectiveCalculation (
String name,
PerspectiveCalculationType type
)
public function PerspectiveCalculation (
name : String,
type : PerspectiveCalculationType
)
Parameter
- name
A String that contains the name of the PerspectiveCalculation.
- type
Specifies the type of perspective calculation.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
PerspectiveCalculation Class
PerspectiveCalculation Members
Microsoft.AnalysisServices Namespace