Partager via


Propriété OleDbProviderSettingsCollection.Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As Settings 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Utilisation de collections

Voir aussi

Référence

OleDbProviderSettingsCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo