PropertyType Propiedad
Gets the type of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property PropertyType As Type
Get
'Uso
Dim instance As LocalizablePropertyDescriptor
Dim value As Type
value = instance.PropertyType
public override Type PropertyType { get; }
public:
virtual property Type^ PropertyType {
Type^ get () override;
}
abstract PropertyType : Type
override PropertyType : Type
override function get PropertyType () : Type
Valor de la propiedad
Tipo: System. . :: . .Type
A Type object that represents the type of the property.
Vea también