Compartilhar via


Propriedade IsSourcePathVariable

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

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

Sintaxe

'Declaração
Property IsSourcePathVariable As Boolean
    Get
    Set
'Uso
Dim instance As IDTSFileSystemTask
Dim value As Boolean

value = instance.IsSourcePathVariable

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

Valor da propriedade

Tipo: System. . :: . .Boolean