OverwriteDestination propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly : Microsoft.SqlServer.FtpTask (dans Microsoft.SqlServer.FtpTask.dll)
Syntaxe
'Déclaration
Property OverwriteDestination As Boolean
Get
Set
'Utilisation
Dim instance As IDTSFTPTask
Dim value As Boolean
value = instance.OverwriteDestination
instance.OverwriteDestination = value
bool OverwriteDestination { get; set; }
property bool OverwriteDestination {
bool get ();
void set (bool value);
}
abstract OverwriteDestination : bool with get, set
function get OverwriteDestination () : boolean
function set OverwriteDestination (value : boolean)
Valeur de la propriété
Type : System. . :: . .Boolean
Voir aussi