CreateXmlIndexStatement.SecondaryXmlIndexType プロパティ

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

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
'使用
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);
}
public function get SecondaryXmlIndexType () : SecondaryXmlIndexType
public function set SecondaryXmlIndexType (value : SecondaryXmlIndexType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.SecondaryXmlIndexType
SecondaryXmlIndexType 列挙値を返します。

参照

参照

CreateXmlIndexStatement クラス

CreateXmlIndexStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間