Proprietà IMetadataObject.UniqueName

Gets the unique name for the IMetadataObject.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
ReadOnly Property UniqueName As String 
    Get
'Utilizzo
Dim instance As IMetadataObject 
Dim value As String 

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

Valore proprietà

Tipo: System.String
The unique name for the IMetadataObject.

Vedere anche

Riferimento

IMetadataObject Interfaccia

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer