Compartir a través de


MiningContentNode.UniqueName Propiedad

Gets the unique name of the MiningContentNode.

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

Sintaxis

'Declaración
Public ReadOnly Property UniqueName As String 
    Get
'Uso
Dim instance As MiningContentNode 
Dim value As String 

value = instance.UniqueName
public string UniqueName { get; }
public:
property String^ UniqueName {
    String^ get ();
}
member UniqueName : string
function get UniqueName () : String

Valor de la propiedad

Tipo: System.String
Returns a String representing the unique name of the MiningContentNode.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient