AssociatedIndex 屬性
Gets an object that represents the index that implements the constraint.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
ReadOnly Property AssociatedIndex As IRelationalIndex
Get
'用途
Dim instance As IUniqueConstraintBase
Dim value As IRelationalIndex
value = instance.AssociatedIndex
IRelationalIndex AssociatedIndex { get; }
property IRelationalIndex^ AssociatedIndex {
IRelationalIndex^ get ();
}
abstract AssociatedIndex : IRelationalIndex
function get AssociatedIndex () : IRelationalIndex
屬性值
型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IRelationalIndex
A IRelationalIndex object that represents the index that implements the constraint.