Właściwość Index.SecondaryXmlIndexType
Pobiera lub ustawia typ pomocniczy indeksu 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 SecondaryXmlIndexType As SecondaryXmlIndexType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.SecondaryXmlIndexType
A SecondaryXmlIndexType wartość obiektu, który określa pomocnicze XML indeksu typu.
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 SecondaryXmlIndexType właściwość jest [F;Microsoft.SqlServer.Management.Smo.SecondaryXmlIndexType.None].
Zobacz także