Compartilhar via


Propriedade do RDL Property.Type

Gets a Type representing the type of the Property.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property Type As Type 
    Get
'Uso
Dim instance As [Property]
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 da propriedade

Tipo: System.Type
A Type representing the type of the Property.

Consulte também

Referência

Property Classe

Namespace Microsoft.AnalysisServices.AdomdClient