Свойство ScriptOption.WithDependencies
Gets an object value that specifies whether to include all dependent objects in the generated script.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property WithDependencies As ScriptOption
Get
'Применение
Dim value As ScriptOption
value = ScriptOption.WithDependencies
public static ScriptOption WithDependencies { get; }
public:
static property ScriptOption^ WithDependencies {
ScriptOption^ get ();
}
static member WithDependencies : ScriptOption
static function get WithDependencies () : ScriptOption
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents the WithDependencies in the scripting options.