Propriedade do RDL CreateXmlIndexStatement.SecondaryXmlIndexType
Gets or sets the secondary XML index type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SecondaryXmlIndexType
The secondary XML index type.