SqlDialogPage.AutomationObject Property

 

Applies To: SQL Server 2016 Preview

Gets the DTE automation model object for a given object of a SqlDialogPage class.

Namespace:   RadLangSvc
Assembly:  RadLangSvc (in RadLangSvc.dll)

Syntax

public override object AutomationObject { get; }
public:
property Object^ AutomationObject {
    virtual Object^ get() override;
}
override AutomationObject : Object with get
Public Overrides ReadOnly Property AutomationObject As Object

Property Value

Type: System.Object

The DTE automation model object.

See Also

SqlDialogPage Class
RadLangSvc Namespace

Return to top