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.
Gets the index statement using XML index name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property UsingXmlIndexName As Identifier
Get
Set
'Usage
Dim instance As CreateSelectiveXmlIndexStatement
Dim value As Identifier
value = instance.UsingXmlIndexName
instance.UsingXmlIndexName = value
public Identifier UsingXmlIndexName { get; set; }
public:
property Identifier^ UsingXmlIndexName {
Identifier^ get ();
void set (Identifier^ value);
}
member UsingXmlIndexName : Identifier with get, set
function get UsingXmlIndexName () : Identifier
function set UsingXmlIndexName (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The index statement using XML index name.