หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the Settings object that is the parent of the OleDbProviderSettingsCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As Settings
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.Settings
A Settings object that is the parent of the OleDbProviderSettingsCollection object.