Proprietà Destination
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
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
Vedere anche