Поделиться через


Свойство ScriptOption.DriDefaults

Gets an object value that specifies whether dependency relationships defined in defaults with enforced declarative referential integrity are included in the script.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property DriDefaults As ScriptOption 
    Get
'Применение
Dim value As ScriptOption 

value = ScriptOption.DriDefaults
public static ScriptOption DriDefaults { get; }
public:
static property ScriptOption^ DriDefaults {
    ScriptOption^ get ();
}
static member DriDefaults : ScriptOption
static function get DriDefaults () : ScriptOption

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents the DriDefaultsin the scripting options.

Примеры

Создание скриптов

См. также

Справочник

ScriptOption Класс

Пространство имен Microsoft.SqlServer.Management.Smo