PerspectiveCalculation Constructor (String, PerspectiveCalculationType)
Initializes a new instance of PerspectiveCalculation using a name and type.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
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
)
Parámetros
- name
A String that contains the name of the PerspectiveCalculation.
- type
Specifies the type of perspective calculation.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
PerspectiveCalculation Class
PerspectiveCalculation Members
Microsoft.AnalysisServices Namespace