ITransferStoredProceduresTask.SourceConnection 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets the name of the connection manager for the source database.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
어셈블리: Microsoft.SqlServer.TransferStoredProceduresTask(Microsoft.SqlServer.TransferStoredProceduresTask.dll)
구문
‘선언
Property SourceConnection As String
Get
Set
‘사용 방법
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)
속성 값
유형: System.String
The name of the connection manager for the source database.
참고 항목
참조
ITransferStoredProceduresTask 인터페이스
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask 네임스페이스