ISql90XmlIndex.PrimaryXmlIndexUsage Property
Gets or sets a value that specifies the primary XML index to use to create a secondary XML index.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property PrimaryXmlIndexUsage As SqlPrimaryXmlIndexUsage
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)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlPrimaryXmlIndexUsage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.