Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a String containing the name of the SMO connection manager for the source/destination database.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly: Microsoft.SqlServer.TransferStoredProceduresTask (in Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Syntax
'Declaration
Public Property SourceConnection As String
Get
Set
'Usage
Dim instance As TransferStoredProceduresTask
Dim value As String
value = instance.SourceConnection
instance.SourceConnection = value
public string SourceConnection { get; set; }
public:
virtual property String^ SourceConnection {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SourceConnection : string with get, set
override SourceConnection : string with get, set
final function get SourceConnection () : String
final function set SourceConnection (value : String)
Property Value
Type: System.String
A String that contains the connection string of the SMO connection manager.
Implements
ITransferStoredProceduresTask.SourceConnection
See Also
Reference
TransferStoredProceduresTask Class
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask Namespace