次の方法で共有


MiningContentNode.ParentUniqueName プロパティ

MiningContentNode の親ノードを識別する一意の名前を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.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

プロパティ値

型: System.String
MiningContentNode の親ノードを識別する一意の名前を表す String です。

関連項目

参照

MiningContentNode クラス

Microsoft.AnalysisServices.AdomdClient 名前空間