OleDbProviderSettingsCollection.Parent 属性
Gets the Settings object that is the parent of the OleDbProviderSettingsCollection object.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property Parent As Settings
Get
用法
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
属性值
类型:Microsoft.SqlServer.Management.Smo.Settings
A Settings object that is the parent of the OleDbProviderSettingsCollection object.