Partager via


Propriété SfcReferenceAttribute.Type

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.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property Type As Type 
    Get 
    Set
'Utilisation
Dim instance As SfcReferenceAttribute 
Dim value As Type 

value = instance.Type

instance.Type = value
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
member Type : Type with get, set
function get Type () : Type 
function set Type (value : Type)

Valeur de propriété

Type : System.Type
The Type that describes the Type attribute.

Voir aussi

Référence

SfcReferenceAttribute Classe

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