Propriedade do RDL IWmiDataReaderTask.Destination
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the name of the destination for the task.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (em Microsoft.SqlServer.WMIDRTask.dll)
Sintaxe
'Declaração
Property Destination As String
Get
Set
'Uso
Dim instance As IWmiDataReaderTask
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
The name of the destination.