Column.IsIdentity 속성
지정된 개체가 ID 열인지 여부를 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServerCe.Management.Scripting.Schema
어셈블리: Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)
구문
‘선언
Public Property IsIdentity As Boolean
Get
Friend Set
‘사용 방법
Dim instance As Column
Dim value As Boolean
value = instance.IsIdentity
public bool IsIdentity { get; internal set; }
public:
property bool IsIdentity {
bool get ();
internal: void set (bool value);
}
member IsIdentity : bool with get, internal set
function get IsIdentity () : boolean
internal function set IsIdentity (value : boolean)
속성 값
유형: System.Boolean
개체가 ID 열이면 true이고, 그렇지 않으면 false입니다.