Proprietà IDTSFileSystemTask.Destination
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the destination folder or file.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly: Microsoft.SqlServer.FileSystemTask (in Microsoft.SqlServer.FileSystemTask.dll)
Sintassi
'Dichiarazione
Property Destination As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The destination folder or file information.
Vedere anche
Riferimento
IDTSFileSystemTask Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.FileSystemTask