Propriété MiningContentNode.ParentUniqueName
Gets the unique name identifying the parent node of the MiningContentNode.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParentUniqueName As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A String containing the unique name identifying the parent node of the MiningContentNode.