Proprietà ParentUniqueName
Gets the unique name identifying the parent node of the MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ParentUniqueName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String containing the unique name identifying the parent node of the MiningContentNode.
Vedere anche