OAGeneralOptions Class
This class and its members are reserved for internal use and are not intended to be used in 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.
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OAGeneralOptions
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class OAGeneralOptions
'Usage
Dim instance As OAGeneralOptions
[CLSCompliantAttribute(false)]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[ComVisibleAttribute(true)]
public sealed class OAGeneralOptions
[CLSCompliantAttribute(false)]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[ComVisibleAttribute(true)]
public ref class OAGeneralOptions sealed
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>]
[<ComVisibleAttribute(true)>]
type OAGeneralOptions = class end
public final class OAGeneralOptions
The OAGeneralOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
MaxErrorsAndWarnings | Gets or sets {insert text here}. | |
MaxScriptSize | Gets or sets {insert text here}. | |
ShowDataToolsOperations | Gets or sets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace