Compartilhar via


Propriedade do RDL ISfcSupportsDesignMode.IsDesignMode

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

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
ReadOnly Property IsDesignMode As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ISfcSupportsDesignMode Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc