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