Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.