次の方法で共有


ParentXmlIndex プロパティ

XML インデックスの親を取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ParentXmlIndex As String
    Get
    Set
'使用
Dim instance As Index
Dim value As String

value = instance.ParentXmlIndex

instance.ParentXmlIndex = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string ParentXmlIndex { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ ParentXmlIndex {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member ParentXmlIndex : string with get, set
function get ParentXmlIndex () : String
function set ParentXmlIndex (value : String)

プロパティ値

型: System. . :: . .String
XML インデックスの親を示す String 値です。

説明

このプロパティは、Alter()()()() メソッドを使用して変更することはできません。このプロパティを変更するには、インデックスの再構築または再作成が必要です。

注意

UserDefinedTableType オブジェクトに基づくインデックスでは、ParentXmlIndex プロパティの値は空の文字列になります。