IDTSFileSystemTask.IsSourcePathVariable Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the source information is located in a package variable.
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)
Property Value
Type: System.Boolean
true if the source information is found in a package variable; false if the source is a FILE connection manager.