Compartilhar via


Classe OleDbProviderSettingsCollection

The OleDbProviderSettingsCollection class represents a collection of OleDbProviderSettings objects that represent all the OLE DB provider settings defined on the linked server.

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

Sintaxe

'Declaração
Public Class OleDbProviderSettingsCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As OleDbProviderSettingsCollection
public class OleDbProviderSettingsCollection : SimpleObjectCollectionBase
public ref class OleDbProviderSettingsCollection : public SimpleObjectCollectionBase
type OleDbProviderSettingsCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public class OleDbProviderSettingsCollection extends SimpleObjectCollectionBase

Comentários

An OleDbProviderSettingsCollection object can be used to gain access to a set of OLE DB provider settings. You can use the Item property to return a specific OleDbProviderSettings 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.