Partager via


Propriété ComponentType

Gets the type of the class that contains the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property ComponentType As Type
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Type
A Type object that represents the type of the class that contains the property.