Aracılığıyla paylaş


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

value = instance.Destination

instance.Destination = value
string Destination { get; set; }
property String^ Destination {
    String^ get ();
    void set (String^ value);
}
abstract Destination : string with get, set
function get Destination () : String
function set Destination (value : String)

Özellik Değeri

Tür: System.String