Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property UsingPrimaryXmlIndex As ISql90XmlIndex
'Usage
Dim instance As ISql90XmlIndex
Dim value As ISql90XmlIndex
value = instance.UsingPrimaryXmlIndex
instance.UsingPrimaryXmlIndex = value
ISql90XmlIndex UsingPrimaryXmlIndex { get; set; }
property ISql90XmlIndex^ UsingPrimaryXmlIndex {
ISql90XmlIndex^ get ();
void set (ISql90XmlIndex^ value);
}
function get UsingPrimaryXmlIndex () : ISql90XmlIndex
function set UsingPrimaryXmlIndex (value : ISql90XmlIndex)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90XmlIndex
.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.