ScriptOptions.WithDependencies 속성

모든 종속 개체가 생성된 스크립트에 포함되는지 여부를 나타내는 값을 가져오거나 설정합니다.

네임스페이스:  Microsoft.SqlServerCe.Management.Scripting
어셈블리:  Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)

구문

‘선언
Public Property WithDependencies As Boolean
    Get
    Set
‘사용 방법
Dim instance As ScriptOptions
Dim value As Boolean

value = instance.WithDependencies

instance.WithDependencies = value
public bool WithDependencies { get; set; }
public:
property bool WithDependencies {
    bool get ();
    void set (bool value);
}
member WithDependencies : bool with get, set
function get WithDependencies () : boolean
function set WithDependencies (value : boolean)

속성 값

유형: System.Boolean
모든 종속 개체가 생성된 스크립트에 포함되면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

ScriptOptions 클래스

Microsoft.SqlServerCe.Management.Scripting 네임스페이스