次の方法で共有


ITransSynchronizationAgent.DtsPackageFileName プロパティ

Gets or sets the name and path of a Microsoft SQL Server 2000 Data Transformation Services (DTS) package that is used to transform command rowsets before they are applied to a Subscriber.

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

構文

'宣言
Property DtsPackageFileName As String 
    Get 
    Set
'使用
Dim instance As ITransSynchronizationAgent 
Dim value As String 

value = instance.DtsPackageFileName

instance.DtsPackageFileName = value
string DtsPackageFileName { get; set; }
property String^ DtsPackageFileName {
    String^ get ();
    void set (String^ value);
}
abstract DtsPackageFileName : string with get, set
function get DtsPackageFileName () : String 
function set DtsPackageFileName (value : String)

プロパティ値

型: System.String
The name and path of a Microsoft SQL Server 2000 Data Transformation Services (DTS) package.

関連項目

参照

ITransSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間