Compartir a través de


CreateSelectiveXmlIndexStatement.IsSecondary Propiedad

Gets or sets whether SECONDARY keyword is used when creating the selective XML index.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property IsSecondary As Boolean 
    Get 
    Set
'Uso
Dim instance As CreateSelectiveXmlIndexStatement 
Dim value As Boolean 

value = instance.IsSecondary

instance.IsSecondary = value
public bool IsSecondary { get; set; }
public:
property bool IsSecondary {
    bool get ();
    void set (bool value);
}
member IsSecondary : bool with get, set
function get IsSecondary () : boolean 
function set IsSecondary (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if SECONDARY keyword is used; otherwise, false.

Vea también

Referencia

CreateSelectiveXmlIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom