ConnectionManagerFtpClass.SetQualifier(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a qualifier on the connection manager.
public:
virtual void SetQualifier(System::String ^ bstrQualifier) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100::SetQualifier;
[System.Runtime.InteropServices.DispId(6)]
public virtual void SetQualifier (string bstrQualifier);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member SetQualifier : string -> unit
override this.SetQualifier : string -> unit
Public Overridable Sub SetQualifier (bstrQualifier As String)
Parameters
- bstrQualifier
- String
The qualifier to set on the connection manager.
Implements
- Attributes
Remarks
For more information, see ConnectionManager.