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.