Właściwość IDTSFileSystemTask.IsSourcePathVariable
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Zestaw: Microsoft.SqlServer.FileSystemTask (w Microsoft.SqlServer.FileSystemTask.dll)
Składnia
'Deklaracja
Property IsSourcePathVariable As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
Zobacz także