Parent 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Settings
    Get
用法
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

属性值

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