다음을 통해 공유


ScriptOptions.IncludeIfNotExists 속성

스크립트에 개체를 포함하기 전에 개체가 있는지 확인할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

구문

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

value = instance.IncludeIfNotExists

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

속성 값

유형: System.Boolean
스크립트에 개체를 포함하기 전에 개체가 있는지 확인하면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

ScriptOptions 클래스

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