共用方式為


WithDependencies 屬性

取得物件值,指定是否在產生的指令碼中包含所有相依物件。

命名空間:  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
ScriptOption 物件,代表指令碼選項中的 WithDependencies

範例

指令碼