Freigeben über


Property.Type-Eigenschaft

Gets a Type representing the type of the Property.

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

Syntax

'Declaration
Public ReadOnly Property Type As Type 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

Property Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace