Propriété ISfcProperty.Type

Gets a Type object that represents the type of the property. Ne faites pas directement référence à 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
ReadOnly Property Type As Type 
    Get
'Utilisation
Dim instance As ISfcProperty 
Dim value As Type 

value = instance.Type
Type Type { get; }
property Type^ Type {
    Type^ get ();
}
abstract Type : Type
function get Type () : Type

Valeur de propriété

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

Voir aussi

Référence

ISfcProperty Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc