共用方式為


ParentXmlIndex 屬性

Gets or sets the parent of an XML index.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property ParentXmlIndex As String
    Get
    Set
'用途
Dim instance As Index
Dim value As String

value = instance.ParentXmlIndex

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

屬性值

型別:System. . :: . .String
A String value that specifies the parent of an XML index.

備註

This property cannot be modified by using the Alter()()()() method. To change the property, the index must be rebuilt or re-created.

[!附註]

For indexes based on the UserDefinedTableType object the value of ParentXmlIndex property is an empty string.