Property.Type Propiedad
Obtiene un tipo de datos Type que representa el tipo de Property.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property Type As Type
Get
'Uso
Dim instance As [Property]
Dim value As Type
value = instance.Type
public Type Type { get; }
public:
virtual property Type^ Type {
Type^ get () sealed;
}
abstract Type : Type
override Type : Type
final function get Type () : Type
Valor de la propiedad
Tipo: Type
Un tipo de datos Type que representa el tipo de Property.