Share via


IDTSConnectionManager100.SetQualifier Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub SetQualifier ( _
    bstrQualifier As String _
)
'Usage
Dim instance As IDTSConnectionManager100 
Dim bstrQualifier As String

instance.SetQualifier(bstrQualifier)
void SetQualifier(
    string bstrQualifier
)
void SetQualifier(
    [InAttribute] String^ bstrQualifier
)
abstract SetQualifier : 
        bstrQualifier:string -> unit
function SetQualifier(
    bstrQualifier : String
)

Parameters

  • bstrQualifier
    Type: System.String
    The new qualifier to set on the connection manager.

See Also

Reference

IDTSConnectionManager100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace