Condividi tramite


Proprietà Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As Settings
    Get
'Utilizzo
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

Valore proprietà

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