Kpi.ParentKpiID 속성
Gets or sets the ID of the parent Kpi.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Property ParentKpiID As String
Get
Set
‘사용 방법
Dim instance As Kpi
Dim value As String
value = instance.ParentKpiID
instance.ParentKpiID = value
public string ParentKpiID { get; set; }
public:
property String^ ParentKpiID {
String^ get ();
void set (String^ value);
}
member ParentKpiID : string with get, set
function get ParentKpiID () : String
function set ParentKpiID (value : String)
속성 값
유형: System.String
A String that contains ParentKpiID.