ScriptOptions.NoIdentities 속성

ID 속성 초기값 및 증가값의 정의가 생성된 스크립트에 포함되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

구문

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

value = instance.NoIdentities

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

속성 값

유형: System.Boolean
ID 속성 초기값 및 증가값의 정의가 생성된 스크립트에 포함되면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

ScriptOptions 클래스

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