MiningContentNode.ParentUniqueName プロパティ
MiningContentNode の親を識別する一意の名前を取得します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Property ParentUniqueName As String
Get
'使用
Dim instance As MiningContentNode
Dim value As String
value = instance.ParentUniqueName
public string ParentUniqueName { get; }
public:
property String^ ParentUniqueName {
String^ get ();
}
member ParentUniqueName : string
function get ParentUniqueName () : String
プロパティ値
型: String
MiningContentNode の親を識別する一意の名前を表す文字列です。