Partager via


Propriété Property.Type

Gets a Type representing the type of the Property.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Type As Type 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Property Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient