Share via


Classe ForeignKeyColumnCollection

The ForeignKeyColumnCollection class represents a collection of ForeignKeyColumn objects that represent all the foreign key columns defined on the parent object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class ForeignKeyColumnCollection _
    Inherits ParameterCollectionBase
'Uso
Dim instance As ForeignKeyColumnCollection
public sealed class ForeignKeyColumnCollection : ParameterCollectionBase
public ref class ForeignKeyColumnCollection sealed : public ParameterCollectionBase
[<SealedAttribute>]
type ForeignKeyColumnCollection =  
    class
        inherit ParameterCollectionBase
    end
public final class ForeignKeyColumnCollection extends ParameterCollectionBase

Comentários

A ForeignKeyColumnCollection object can be used to gain access to a set of foreign key columns. You can use the Item property to return a specific ForeignKeyColumn object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.