Właściwość ISfcSupportsDesignMode.IsDesignMode
Pobiera wartość wskazująca, czy StoredProcedureParameter obiekt obsługuje tryb projektowania.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
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 StoredProcedureParameter
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
TRUE , gdy obiekt obsługuje tryb projektowania; w przeciwnym razie false.
Implementacje
Zobacz także