Propriedade do RDL IDTSFTPTask.IsLocalPathVariable
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a value that indicates whether the local path is stored in a variable or a FILE connection manager.
Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (em Microsoft.SqlServer.FtpTask.dll)
Sintaxe
'Declaração
Property IsLocalPathVariable As Boolean
Get
Set
'Uso
Dim instance As IDTSFTPTask
Dim value As Boolean
value = instance.IsLocalPathVariable
instance.IsLocalPathVariable = value
bool IsLocalPathVariable { get; set; }
property bool IsLocalPathVariable {
bool get ();
void set (bool value);
}
abstract IsLocalPathVariable : bool with get, set
function get IsLocalPathVariable () : boolean
function set IsLocalPathVariable (value : boolean)
Valor da propriedade
Tipo: System.Boolean
true if the local path is stored in a variable; false if the local path is specified in a File connection manager.