FullTextStopList.ISfcSupportsDesignMode.IsDesignMode-Eigenschaft
Gets a Boolean value that indicates whether the object supports design mode.
Namespace: Microsoft.SqlServer.Management.Smo
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 FullTextStopList
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, true if the object supports design mode, otherwise false.
Implementiert
ISfcSupportsDesignMode.IsDesignMode