共用方式為


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 命名空間