Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the secondary XML index type.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SecondaryXmlIndexType
The secondary XML index type.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom