Propriedade do RDL OleDbProviderSettings.Parent
Gets the Settings object that is the parent of the OleDbProviderSettings object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Settings
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Settings
A Settings object that is the parent of the OleDbProviderSettings object.
Exemplos
Usando servidores vinculados no SMO