Compartir a través de


LevelProperty.Name Propiedad

Obtiene el nombre de LevelProperty.

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

Sintaxis

'Declaración
Public ReadOnly Property Name As String 
    Get
'Uso
Dim instance As LevelProperty 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string 
override Name : string
final function get Name () : String

Valor de la propiedad

Tipo: String
Un tipo de datos String que contiene el nombre de LevelProperty.

Implementa

IMetadataObject.Name

Vea también

Referencia

LevelProperty Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer