LocalizablePropertyDescriptor.ComponentType Propiedad
Gets the type of the class that contains 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 ComponentType As Type
Get
'Uso
Dim instance As LocalizablePropertyDescriptor
Dim value As Type
value = instance.ComponentType
public override Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
Type^ get () override;
}
abstract ComponentType : Type
override ComponentType : Type
override function get ComponentType () : Type
Valor de la propiedad
Tipo: System.Type
A Type object that represents the type of the class that contains the property.