Partager via


Propriété Type

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 ReadOnly Property Type As Type
    Get
'Utilisation
Dim instance As SfcProperty
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

Valeur de propriété

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

Implémente

ISfcProperty. . :: . .Type