Compartir a través de


IsSourcePathVariable Propiedad

Esta API admite la infraestructura de y no está prevista su utilización directa 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 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 de la propiedad

Tipo: System. . :: . .Boolean