Share via


Propriété Parent

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

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

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Settings
    Get
'Utilisation
Dim instance As OleDbProviderSettings
Dim value As Settings

value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Settings Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Settings^ Parent {
    Settings^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
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 OleDbProviderSettings object.