Type propriété
Gets a Type that represents the type of the property represented by OlapInfoProperty.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Type As Type
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Type
A Type that represents the type of the property represented by OlapInfoProperty.