次の方法で共有


SourceConnection プロパティ

転送元データベースの SMO 接続マネージャの名前を表す String を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
アセンブリ:  Microsoft.SqlServer.TransferErrorMessagesTask (Microsoft.SqlServer.TransferErrorMessagesTask.dll)

構文

'宣言
Public Property SourceConnection As String
    Get
    Set
'使用
Dim instance As TransferErrorMessagesTask
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
転送元データベースの SMO 接続を表す String です。

実装

ITransferErrorMessagesTask. . :: . .SourceConnection