Compartir a través de


ScriptOption.WithDependencies Propiedad

Gets an object value that specifies whether to include all dependent objects in the generated script.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property WithDependencies As ScriptOption 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents the WithDependencies in the scripting options.

Ejemplos

Scripting

Vea también

Referencia

ScriptOption Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo