Właściwość Index.ParentXmlIndex
Pobiera lub ustawia nadrzędnego indeks XML.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property ParentXmlIndex As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartość określająca nadrzędnym indeks XML.
Uwagi
Tej właściwość nie można modyfikować za pomocą Alter() metoda.Aby zmienić właściwość, indeks musi przebudowany lub utworzony ponownie.
Ostrzeżenie
Dla indeksów na podstawie UserDefinedTableType obiektu wartości ParentXmlIndex właściwość jest pusty ciąg.
Zobacz także