Compartir a través de


OleDbProviderSettingsCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

OleDbProviderSettingsCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo