IDTSFileSystemTask.Source Ö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 Source As String
Get
Set
'Kullanım
Dim instance As IDTSFileSystemTask
Dim value As String
value = instance.Source
instance.Source = value
string Source { get; set; }
property String^ Source {
String^ get ();
void set (String^ value);
}
abstract Source : string with get, set
function get Source () : String
function set Source (value : String)
Özellik Değeri
Tür: System.String
Ayrıca bkz.