Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.