Share via


ConnectionManagerBase.SetQualifier Method

Changes a qualifier on the connection manager after the connection manager has been created, but before it is run.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Overridable Sub SetQualifier ( _
    qualifier As String _
)
public virtual void SetQualifier (
    string qualifier
)
public:
virtual void SetQualifier (
    String^ qualifier
)
public void SetQualifier (
    String qualifier
)
public function SetQualifier (
    qualifier : String
)

Parameters

  • qualifier
    The new qualifier to set on the connection manager.

Remarks

The qualifier can only be changed during design time. You cannot call SetQualifier on the connection manager while the package is running.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ConnectionManagerBase Class
ConnectionManagerBase Members
Microsoft.SqlServer.Dts.Runtime Namespace