Propriété DtsPackageFileName
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Property DtsPackageFileName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
Voir aussi