Index Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a custom index that contains information about the indices defined in SQL.
public ref class Index sealed : Microsoft::MasterDataServices::Services::DataContracts::MetadataDataContract<Microsoft::MasterDataServices::Services::DataContracts::EntityContextIdentifier ^>
[System.Runtime.Serialization.DataContract(Name="Index", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Index : Microsoft.MasterDataServices.Services.DataContracts.MetadataDataContract<Microsoft.MasterDataServices.Services.DataContracts.EntityContextIdentifier>
[<System.Runtime.Serialization.DataContract(Name="Index", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Index = class
inherit MetadataDataContract<EntityContextIdentifier>
Public NotInheritable Class Index
Inherits MetadataDataContract(Of EntityContextIdentifier)
- Inheritance
- Attributes
Remarks
The Index complex type specifies a custom index that contains information about the indexes defined in SQL.
Constructors
Index() |
Initializes a new instance of the Index class. |
Properties
AccessPermission |
Specifies the AccessPermission. (Inherited from MetadataDataContract<TIdType>) |
Attributes |
Specifies the list of Attributes contained in the index. |
AuditInfo |
Specifies the AuditInfo. (Inherited from MetadataDataContract<TIdType>) |
FullName |
Specifies the full qualified name. |
Identifier |
Specifies the Identifier. (Inherited from MetadataDataContract<TIdType>) |
IsUnique |
Specifies whether the index is unique. |
Permission |
Specifies the Permission. (Inherited from MetadataDataContract<TIdType>) |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |