OADataConnectionOptions Class
This type is only used internally; you cannot use it directly from your code. This is the automation object for the data connection options. It coordinates the update of the settings and the UI.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class OADataConnectionOptions
'Usage
Dim instance As OADataConnectionOptions
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class OADataConnectionOptions
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OADataConnectionOptions sealed
public final class OADataConnectionOptions
[<SealedAttribute>]
[<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type OADataConnectionOptions = class end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Automation.OADataConnectionOptions
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
OADataConnectionOptions Members
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace