Compartir a través de


IsDestinationPathVariable Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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