ColumnDefinition.IsRowGuidCol 属性

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property IsRowGuidCol As Boolean
    Get
    Set
public bool IsRowGuidCol { get; set; }
public:
property bool IsRowGuidCol {
    bool get ();
    void set (bool value);
}
member IsRowGuidCol : bool with get, set
function get IsRowGuidCol () : boolean
function set IsRowGuidCol (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ColumnDefinition 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间