Propriedade do RDL IsSourcePathVariable
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no 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
Consulte também