Compartilhar via


Propriedade do RDL IMetadataObject.Name

Gets the name for the IMetadataObject.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
ReadOnly Property Name As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The name for the IMetadataObject.

Consulte também

Referência

IMetadataObject Interface

Namespace Microsoft.AnalysisServices.AdomdServer