Compartir a través de


MiningContentNode.ParentUniqueName Propiedad

Gets the unique name identifying the parent node of the MiningContentNode.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParentUniqueName As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A String containing the unique name identifying the parent node of the MiningContentNode.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient