ISql90XmlIndex.IsPrimary 属性

获取或设置一个值,该值指示是否通过使用由用户表的聚集键和 XML 节点标识符组成的聚集键创建聚集索引。

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

语法

声明
Property IsPrimary As Boolean
    Get
    Set
bool IsPrimary { get; set; }
property bool IsPrimary {
    bool get ();
    void set (bool value);
}
abstract IsPrimary : bool with get, set
function get IsPrimary () : boolean
function set IsPrimary (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ISql90XmlIndex 接口

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