Compartir a través de


SfcPropertyAttribute.Design Propiedad

Gets or sets a value indicating whether to design the specified flags. 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 Design As Boolean 
    Get 
    Set
'Uso
Dim instance As SfcPropertyAttribute 
Dim value As Boolean 

value = instance.Design

instance.Design = value
public bool Design { get; set; }
public:
property bool Design {
    bool get ();
    void set (bool value);
}
member Design : bool with get, set
function get Design () : boolean 
function set Design (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true to design the specified flags; otherwise, false.

Vea también

Referencia

SfcPropertyAttribute Clase

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