Proprietà IsSourcePathVariable
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly: Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)
Sintassi
'Dichiarazione
Property IsSourcePathVariable As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
Vedere anche