Właściwość TransSynchronizationAgent.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.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Overridable Property DtsPackageFileName As String
Get
Set
'Użycie
Dim instance As TransSynchronizationAgent
Dim value As String
value = instance.DtsPackageFileName
instance.DtsPackageFileName = value
public virtual string DtsPackageFileName { get; set; }
public:
virtual property String^ DtsPackageFileName {
String^ get ();
void set (String^ value);
}
abstract DtsPackageFileName : string with get, set
override DtsPackageFileName : string with get, set
function get DtsPackageFileName () : String
function set DtsPackageFileName (value : String)
Wartość właściwości
Typ: System.String
A String wartości.
Implementacje
Uwagi
Właściwość ta jest obsługiwana tylko dla pakietów, które są tworzone w SQL Server 2000 i wymaga, aby SQL Server 2000 zainstalować DTS runtime.Aby uzyskać więcej informacji, zobacz temat Transforming Published Data.
Jeśli pakiet DTS jest przechowywany w SQL Server 2000, wartość tej właściwość jest nazwą pakietu.Jeśli pakiet jest przechowywany w pliku, wartość właściwość jest specyfikacja pliku.
Zobacz także