Compartir a través de


OlapInfoProperty.Type Propiedad

Gets a Type that represents the type 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 Type As Type 
    Get
'Uso
Dim instance As OlapInfoProperty 
Dim value As Type 

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

Valor de la propiedad

Tipo: System.Type
A Type that represents the type of the property represented by OlapInfoProperty.

Vea también

Referencia

OlapInfoProperty Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient