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 or sets the secondary XML index type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
Get
Set
'Usage
Dim instance As CreateXmlIndexStatement
Dim value As SecondaryXmlIndexType
value = instance.SecondaryXmlIndexType
instance.SecondaryXmlIndexType = value
public SecondaryXmlIndexType SecondaryXmlIndexType { get; set; }
public:
property SecondaryXmlIndexType SecondaryXmlIndexType {
SecondaryXmlIndexType get ();
void set (SecondaryXmlIndexType value);
}
member SecondaryXmlIndexType : SecondaryXmlIndexType with get, set
function get SecondaryXmlIndexType () : SecondaryXmlIndexType
function set SecondaryXmlIndexType (value : SecondaryXmlIndexType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SecondaryXmlIndexType
The secondary XML index type.