Compartir a través de


IDTSFileSystemTask.Destination Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the destination folder or file.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Ensamblado:  Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)

Sintaxis

'Declaración
Property Destination As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSFileSystemTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.FileSystemTask