ScriptAndResultsEditorControl.Connection Property

Definition

Returns parameters in the case where script editor has a current connection.

public:
 virtual property Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ Connection { Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ get(); };
public virtual Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo Connection { get; }
member this.Connection : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Public Overridable ReadOnly Property Connection As UIConnectionInfo

Property Value

The UIConnectionInfo object for the connection.

Implements

Applies to