Index.SecondaryXmlIndexType Property
Gets or sets the secondary XML index type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public SecondaryXmlIndexType SecondaryXmlIndexType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property SecondaryXmlIndexType SecondaryXmlIndexType {
SecondaryXmlIndexType get ();
void set (SecondaryXmlIndexType value);
}
/** @property */
public SecondaryXmlIndexType get_SecondaryXmlIndexType ()
/** @property */
public void set_SecondaryXmlIndexType (SecondaryXmlIndexType value)
public function get SecondaryXmlIndexType () : SecondaryXmlIndexType
public function set SecondaryXmlIndexType (value : SecondaryXmlIndexType)
Property Value
A SecondaryXmlIndexType object value that specifies the secondary XML index type.
Remarks
This property cannot be modified by using the Alter method. To change the property, the index must be rebuilt or re-created.
Uwaga
For indexes based on the UserDefinedTableType object the value of SecondaryXmlIndexType property is F;Microsoft.SqlServer.Management.Smo.SecondaryXmlIndexType.None.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also