Compartir a través de


IDTSFileSystemTask.IsDestinationPathVariable 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 a value that indicates whether destination information is located in a package variable.

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

Sintaxis

'Declaración
Property IsDestinationPathVariable As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSFileSystemTask 
Dim value As Boolean 

value = instance.IsDestinationPathVariable

instance.IsDestinationPathVariable = value
bool IsDestinationPathVariable { get; set; }
property bool IsDestinationPathVariable {
    bool get ();
    void set (bool value);
}
abstract IsDestinationPathVariable : bool with get, set
function get IsDestinationPathVariable () : boolean 
function set IsDestinationPathVariable (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the destination information is found in a package variable; false if the destination is a FILE connection.

Vea también

Referencia

IDTSFileSystemTask Interfaz

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