ISql90XmlIndex.PrimaryXmlIndexUsage Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property PrimaryXmlIndexUsage As SqlPrimaryXmlIndexUsage
'Usage
Dim instance As ISql90XmlIndex
Dim value As SqlPrimaryXmlIndexUsage
value = instance.PrimaryXmlIndexUsage
instance.PrimaryXmlIndexUsage = value
SqlPrimaryXmlIndexUsage PrimaryXmlIndexUsage { get; set; }
property SqlPrimaryXmlIndexUsage PrimaryXmlIndexUsage {
SqlPrimaryXmlIndexUsage get ();
void set (SqlPrimaryXmlIndexUsage value);
}
function get PrimaryXmlIndexUsage () : SqlPrimaryXmlIndexUsage
function set PrimaryXmlIndexUsage (value : SqlPrimaryXmlIndexUsage)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.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.