Freigeben über


ISfcSupportsDesignMode.IsDesignMode-Eigenschaft

Gets or sets a property that specifies whether the object is open in design mode. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt..

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Private ReadOnly Property IsDesignMode As Boolean
    Implements ISfcSupportsDesignMode.IsDesignMode
    Get
'Usage
Dim instance As ServiceQueue
Dim value As Boolean

value = CType(instance, ISfcSupportsDesignMode).IsDesignMode
bool ISfcSupportsDesignMode.IsDesignMode { get; }
private:
virtual property bool IsDesignMode {
    bool get () sealed = ISfcSupportsDesignMode::IsDesignMode::get;
}
private abstract IsDesignMode : bool
private override IsDesignMode : bool
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System. . :: . .Boolean
A Boolean value that specifies whether the ServiceQueue object is open in design mode.

Implementiert

ISfcSupportsDesignMode. . :: . .IsDesignMode