Column.RowGuidCol 속성

지정된 개체가 행 GUID 열인지 여부를 가져오거나 설정합니다.

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

구문

‘선언
Public Property RowGuidCol As Boolean
    Get
    Friend Set
‘사용 방법
Dim instance As Column
Dim value As Boolean

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

속성 값

유형: System.Boolean
개체가 행 GUID 열이면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

Column 클래스

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