ISql90XmlIndex.UsingPrimaryXmlIndex 属性

获取或设置要编制索引的对象的主 XML 索引。

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

语法

声明
Property UsingPrimaryXmlIndex As ISql90XmlIndex
    Get
    Set
ISql90XmlIndex UsingPrimaryXmlIndex { get; set; }
property ISql90XmlIndex^ UsingPrimaryXmlIndex {
    ISql90XmlIndex^ get ();
    void set (ISql90XmlIndex^ value);
}
abstract UsingPrimaryXmlIndex : ISql90XmlIndex with get, set
function get UsingPrimaryXmlIndex () : ISql90XmlIndex
function set UsingPrimaryXmlIndex (value : ISql90XmlIndex)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISql90XmlIndex

.NET Framework 安全性

请参见

参考

ISql90XmlIndex 接口

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