OleDbProviderSettings.Parent Property

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

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

Syntax

'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Settings 
    Get
'Usage
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

Property Value

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

Examples

Using Linked Servers in SMO

See Also

Reference

OleDbProviderSettings Class

Microsoft.SqlServer.Management.Smo Namespace