ParentUniqueName Propiedad
Gets the unique name identifying the parent of the MiningContentNode.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.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 of the MiningContentNode.
Vea también