SecondaryXmlIndexType プロパティ
セカンダリ XML インデックスの種類を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
Get
Set
'使用
Dim instance As Index
Dim value As SecondaryXmlIndexType
value = instance.SecondaryXmlIndexType
instance.SecondaryXmlIndexType = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public SecondaryXmlIndexType SecondaryXmlIndexType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property SecondaryXmlIndexType SecondaryXmlIndexType {
SecondaryXmlIndexType get ();
void set (SecondaryXmlIndexType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
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] になります。 |