Proprietà IMetadataObject.Name

Gets the name for the IMetadataObject.

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

Sintassi

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

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

Valore proprietà

Tipo: System.String
The name for the IMetadataObject.

Vedere anche

Riferimento

IMetadataObject Interfaccia

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer