Właściwość ISfcSupportsDesignMode.IsDesignMode
Pobiera lub ustawia właściwość, która określa, czy obiekt jest otwarty w trybie projektowania. Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana..
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Private ReadOnly Property IsDesignMode As Boolean
Implements ISfcSupportsDesignMode.IsDesignMode
Get
'Użycie
Dim instance As MessageTypeMapping
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Wartość właściwości
Typ: System. . :: . .Boolean
A Boolean wartość określająca, czy MessageTypeMapping obiekt jest otwarty w trybie projektowania.
Implementacje
Zobacz także