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 네임스페이스