IMutableColumn.RowGuidCol 속성

Gets or sets a value that indicates whether the column is automatically updated with a unique GUID value.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

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

value = instance.RowGuidCol

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

속성 값

유형: System.Boolean
true if the column is automatically updated with a unique GUID value; otherwise, false.

참고 항목

참조

IMutableColumn 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스