Propriété IDTSFileSystemTask.Source
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the source file or directory.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly : Microsoft.SqlServer.FileSystemTask (en Microsoft.SqlServer.FileSystemTask.dll)
Syntaxe
'Déclaration
Property Source As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The source folder or file information.