Freigeben über


IsSourcePathVariable-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Syntax

'Declaration
Property IsSourcePathVariable As Boolean
    Get
    Set
'Usage
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)

Eigenschaftenwert

Typ: System. . :: . .Boolean