Propriété IsDesignMode

Gets a value that indicates whether the object supports design mode.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
ReadOnly Property IsDesignMode As Boolean
    Get
'Utilisation
Dim instance As ISfcSupportsDesignMode
Dim value As Boolean

value = instance.IsDesignMode
bool IsDesignMode { get; }
property bool IsDesignMode {
    bool get ();
}
abstract IsDesignMode : bool
function get IsDesignMode () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
true if design mode is supported; otherwise, false.