Właściwość ScriptOption.DriAllConstraints
Pobiera wartość obiektu, który określa, czy wszystkie ograniczenia DRI są uwzględniane w skrypcie wygenerowanym.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Shared ReadOnly Property DriAllConstraints As ScriptOption
Get
'Użycie
Dim value As ScriptOption
value = ScriptOption.DriAllConstraints
public static ScriptOption DriAllConstraints { get; }
public:
static property ScriptOption^ DriAllConstraints {
ScriptOption^ get ();
}
static member DriAllConstraints : ScriptOption
static function get DriAllConstraints () : ScriptOption
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents the DriAllConstraintsin the scripting options.