Proprietà SfcMetadataRelation.SupportsDesignMode

Indicates whether the type supports design mode. 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 ReadOnly Property SupportsDesignMode As Boolean 
    Get
'Utilizzo
Dim instance As SfcMetadataRelation 
Dim value As Boolean 

value = instance.SupportsDesignMode
public bool SupportsDesignMode { get; }
public:
property bool SupportsDesignMode {
    bool get ();
}
member SupportsDesignMode : bool
function get SupportsDesignMode () : boolean

Valore proprietà

Tipo: System.Boolean
true if the type supports design mode; otherwise, false.

Vedere anche

Riferimento

SfcMetadataRelation Classe

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