Index Class

 

Specifies a custom index that contains information about the indices defined in SQL.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)


[DataContractAttribute(Name = "Index", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Index sealed : MetadataDataContract<EntityContextIdentifier^>

NameDescription
System_CAPS_pubmethodIndex()

Initializes a new instance of the Index class.

NameDescription
System_CAPS_pubpropertyAccessPermission

Gets or sets the AccessPermission. (Inherited from MetadataDataContract<TIdType>.)

System_CAPS_pubpropertyAttributes

Gets or sets the list of MetadataAttribute contained in the index.

System_CAPS_pubpropertyAuditInfo

Gets or sets the AuditInfo. (Inherited from MetadataDataContract<TIdType>.)

System_CAPS_pubpropertyFullName

Gets or sets the full qualified name.

System_CAPS_pubpropertyIdentifier

Gets or sets the metadata identifier. (Inherited from MetadataDataContract<TIdType>.)

System_CAPS_pubpropertyIsUnique

Gets or sets a value that indicates whether the index is unique.

System_CAPS_pubpropertyPermission

Gets or sets the PermissionType. (Inherited from MetadataDataContract<TIdType>.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The Index complex type specifies a custom index that contains information about the indexes defined in SQL.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: