Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets whether SECONDARY keyword is used when creating the selective XML index.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property IsSecondary As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if SECONDARY keyword is used; otherwise, false.