次の方法で共有


CreateXmlIndexStatement.SecondaryXmlIndexType プロパティ

セカンダリ XML インデックスの種類を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType 
    Get 
    Set
'使用
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)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.SecondaryXmlIndexType
セカンダリ XML インデックスの種類。

関連項目

参照

CreateXmlIndexStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間