Свойство CreateSelectiveXmlIndexStatement.IsSecondary

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsSecondary As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Boolean
true if SECONDARY keyword is used; otherwise, false.

См. также

Справочник

CreateSelectiveXmlIndexStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom