Partager via


Propriété PropertyType

Gets the type of 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 PropertyType As Type
    Get
'Utilisation
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

Valeur de propriété

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