Share via


ITransferStoredProceduresTask.SourceConnection Property

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

Gets or sets the name of the connection manager for the source database.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly:  Microsoft.SqlServer.TransferStoredProceduresTask (in Microsoft.SqlServer.TransferStoredProceduresTask.dll)

Syntax

'Declaration
Property SourceConnection As String 
    Get 
    Set
'Usage
Dim instance As ITransferStoredProceduresTask 
Dim value As String 

value = instance.SourceConnection

instance.SourceConnection = value
string SourceConnection { get; set; }
property String^ SourceConnection {
    String^ get ();
    void set (String^ value);
}
abstract SourceConnection : string with get, set
function get SourceConnection () : String 
function set SourceConnection (value : String)

Property Value

Type: System.String
The name of the connection manager for the source database.

See Also

Reference

ITransferStoredProceduresTask Interface

Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask Namespace