Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of columns for the referenced table.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property ReferencedTableColumns As IList(Of Identifier)
Get
'Usage
Dim instance As ForeignKeyConstraintDefinition
Dim value As IList(Of Identifier)
value = instance.ReferencedTableColumns
public IList<Identifier> ReferencedTableColumns { get; }
public:
property IList<Identifier^>^ ReferencedTableColumns {
IList<Identifier^>^ get ();
}
member ReferencedTableColumns : IList<Identifier>
function get ReferencedTableColumns () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
A list of columns for the referenced table.