Partager via


Propriété IDTSFileSystemTask.Destination

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the destination folder or file.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly :  Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)

Syntaxe

'Déclaration
Property Destination As String 
    Get 
    Set
'Utilisation
Dim instance As IDTSFileSystemTask 
Dim value As String 

value = instance.Destination

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

Valeur de propriété

Type : System.String
The destination folder or file information.

Voir aussi

Référence

IDTSFileSystemTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.FileSystemTask