Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.