Partager via


Propriété IMetadataObject.Name

Gets the name for the IMetadataObject.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
ReadOnly Property Name As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The name for the IMetadataObject.

Voir aussi

Référence

IMetadataObject Interface

Espace de noms Microsoft.AnalysisServices.AdomdServer