Aracılığıyla paylaş


IDTSFileSystemTask.IsDestinationPathVariable Ö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 IsDestinationPathVariable As Boolean
    Get
    Set
'Kullanım
Dim instance As IDTSFileSystemTask
Dim value As Boolean

value = instance.IsDestinationPathVariable

instance.IsDestinationPathVariable = value
bool IsDestinationPathVariable { get; set; }
property bool IsDestinationPathVariable {
    bool get ();
    void set (bool value);
}
abstract IsDestinationPathVariable : bool with get, set
function get IsDestinationPathVariable () : boolean
function set IsDestinationPathVariable (value : boolean)

Özellik Değeri

Tür: System.Boolean