Compartilhar via


Propriedade do RDL OleDbProviderSettingsCollection.Parent

Gets the Settings object that is the parent of the OleDbProviderSettingsCollection object.

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

Sintaxe

'Declaração
Public ReadOnly Property Parent As Settings 
    Get
'Uso
Dim instance As OleDbProviderSettingsCollection 
Dim value As Settings 

value = instance.Parent
public Settings Parent { get; }
public:
property Settings^ Parent {
    Settings^ get ();
}
member Parent : Settings
function get Parent () : Settings

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Settings
A Settings object that is the parent of the OleDbProviderSettingsCollection object.

Exemplos

Usando coleções

Consulte também

Referência

OleDbProviderSettingsCollection Classe

Namespace Microsoft.SqlServer.Management.Smo