Index.SecondaryXmlIndexType プロパティ
セカンダリ XML インデックスの種類を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
Get
Set
'使用
Dim instance As Index
Dim value As SecondaryXmlIndexType
value = instance.SecondaryXmlIndexType
instance.SecondaryXmlIndexType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public SecondaryXmlIndexType SecondaryXmlIndexType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property SecondaryXmlIndexType SecondaryXmlIndexType {
SecondaryXmlIndexType get ();
void set (SecondaryXmlIndexType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member SecondaryXmlIndexType : SecondaryXmlIndexType with get, set
function get SecondaryXmlIndexType () : SecondaryXmlIndexType
function set SecondaryXmlIndexType (value : SecondaryXmlIndexType)
プロパティ値
型: Microsoft.SqlServer.Management.Smo.SecondaryXmlIndexType
セカンダリ XML インデックスの種類を示す SecondaryXmlIndexType オブジェクトの値です。
説明
このプロパティは、Alter メソッドを使用して変更することはできません。 このプロパティを変更するには、インデックスの再構築または再作成が必要です。
注 |
---|
UserDefinedTableType オブジェクトに基づくインデックスでは、SecondaryXmlIndexType プロパティの値は [F;Microsoft.SqlServer.Management.Smo.SecondaryXmlIndexType.None] になります。 |
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間