PerspectiveKpi 构造函数 (String)

Initializes a new instance of PerspectiveKpi using an identifier.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Sub New ( _
    kpiId As String _
)
用法
Dim kpiId As String 

Dim instance As New PerspectiveKpi(kpiId)
public PerspectiveKpi(
    string kpiId
)
public:
PerspectiveKpi(
    String^ kpiId
)
new : 
        kpiId:string -> PerspectiveKpi
public function PerspectiveKpi(
    kpiId : String
)

参数

  • kpiId
    类型:System.String
    A String that contains a unique identifier for the Kpi.

请参阅

参考

PerspectiveKpi 类

PerspectiveKpi 重载

Microsoft.AnalysisServices 命名空间