Compartir a través de


SfcReferenceAttribute.Type Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property Type As Type 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

SfcReferenceAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata