ISql90XmlIndex.PrimaryXmlIndexUsage-Eigenschaft

Ruft einen Wert ab, der den primären XML-Index angibt, der zum Erstellen eines sekundären XML-Index verwendet werden soll, oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlPrimaryXmlIndexUsage

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90XmlIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace