Aracılığıyla paylaş


IDTSFileSystemTask.IsSourcePathVariable Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Derleme:  Microsoft.SqlServer.FileSystemTask (Microsoft.SqlServer.FileSystemTask içinde.dll)

Sözdizimi

'Bildirim
Property IsSourcePathVariable As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean