Compartilhar via


Propriedade do RDL IsDestinationPathVariable

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly:  Microsoft.SqlServer.FileSystemTask (em Microsoft.SqlServer.FileSystemTask.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .Boolean