ConnectionManager::Qualifier Property

 

Gets or sets the qualifier for the connection manager.

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

public:
property String^ Qualifier {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The qualifier for the connection manager.

Return to top
Show: