Index Class

Definition

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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to

See also