共用方式為


ISql90XmlIndex.PrimaryXmlIndexUsage 屬性

取得或設定值,這個值指定用來建立次要 XML 索引的主要 XML 索引。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Property PrimaryXmlIndexUsage As SqlPrimaryXmlIndexUsage
    Get
    Set
SqlPrimaryXmlIndexUsage PrimaryXmlIndexUsage { get; set; }
property SqlPrimaryXmlIndexUsage PrimaryXmlIndexUsage {
    SqlPrimaryXmlIndexUsage get ();
    void set (SqlPrimaryXmlIndexUsage value);
}
abstract PrimaryXmlIndexUsage : SqlPrimaryXmlIndexUsage with get, set
function get PrimaryXmlIndexUsage () : SqlPrimaryXmlIndexUsage
function set PrimaryXmlIndexUsage (value : SqlPrimaryXmlIndexUsage)

屬性值

型別:Microsoft.Data.Schema.Sql.SchemaModel.SqlPrimaryXmlIndexUsage

.NET Framework 安全性

請參閱

參考

ISql90XmlIndex 介面

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