Compartir a través de


OlapInfoProperty.Name Propiedad

Gets a String that represents the name of the property represented by OlapInfoProperty.

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

Sintaxis

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

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

Valor de la propiedad

Tipo: System.String
A String that represents the name of the property represented by OlapInfoProperty.

Vea también

Referencia

OlapInfoProperty Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient