Condividi tramite


Proprietà SfcReferenceAttribute.Type

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property Type As Type 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

SfcReferenceAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata