IMutableRelationalIndex.IndexKey Property
Gets or sets the index key that is associated with the index.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Property IndexKey As IUniqueConstraintBase
Get
Set
'Usage
Dim instance As IMutableRelationalIndex
Dim value As IUniqueConstraintBase
value = instance.IndexKey
instance.IndexKey = value
IUniqueConstraintBase IndexKey { get; set; }
property IUniqueConstraintBase^ IndexKey {
IUniqueConstraintBase^ get ();
void set (IUniqueConstraintBase^ value);
}
abstract IndexKey : IUniqueConstraintBase with get, set
function get IndexKey () : IUniqueConstraintBase
function set IndexKey (value : IUniqueConstraintBase)
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IUniqueConstraintBase
The IUniqueConstraintBase object that represents the index key that is associated with the index.