ForeignKey.Columns Property
Represents a collection of Column objects. Each Column object represents a column included in the foreign key.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(ForeignKeyColumn))> _
Public ReadOnly Property Columns As ForeignKeyColumnCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(ForeignKeyColumn))]
public ForeignKeyColumnCollection Columns { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny, typeof(ForeignKeyColumn))]
public:
property ForeignKeyColumnCollection^ Columns {
ForeignKeyColumnCollection^ get ();
}
/** @property */
public ForeignKeyColumnCollection get_Columns ()
public function get Columns () : ForeignKeyColumnCollection
Property Value
A ForeignKeyColumnCollection object that represents all the columns included in the foreign key.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also