PerspectiveKpi Constructor (String)
Initializes a new instance of PerspectiveKpi using an identifier.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<ReadOnlyAttribute(True)> _
Public Sub New ( _
kpiId As String _
)
[ReadOnlyAttribute(true)]
public PerspectiveKpi (
string kpiId
)
[ReadOnlyAttribute(true)]
public:
PerspectiveKpi (
String^ kpiId
)
/** @attribute ReadOnlyAttribute(true) */
public PerspectiveKpi (
String kpiId
)
ReadOnlyAttribute(true)
public function PerspectiveKpi (
kpiId : String
)
Parámetros
- kpiId
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
PerspectiveKpi Class
PerspectiveKpi Members
Microsoft.AnalysisServices Namespace