Propriété IndexKey
Gets or sets the index key that is associated with the index.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Property IndexKey As IUniqueConstraintBase
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IUniqueConstraintBase
The IUniqueConstraintBase object that represents the index key that is associated with the index.