Propriedade Destination
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
Assembly: Microsoft.SqlServer.FileSystemTask (em Microsoft.SqlServer.FileSystemTask.dll)
Sintaxe
'Declaração
Property Destination As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
Consulte também