共用方式為


TransferStoredProceduresTask.SourceConnection 屬性

Gets or sets a String containing the name of the SMO connection manager for the source/destination database.

命名空間:  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
組件:  Microsoft.SqlServer.TransferStoredProceduresTask (在 Microsoft.SqlServer.TransferStoredProceduresTask.dll 中)

語法

'宣告
Public Property SourceConnection As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
A String that contains the connection string of the SMO connection manager.

實作

ITransferStoredProceduresTask.SourceConnection

請參閱

參考

TransferStoredProceduresTask 類別

Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask 命名空間