IWmiDataReaderTask.Output Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets an object that contains the results of the task.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado: Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)
Sintaxis
'Declaración
Property Output As Object
Get
Set
'Uso
Dim instance As IWmiDataReaderTask
Dim value As Object
value = instance.Output
instance.Output = value
Object Output { get; set; }
property Object^ Output {
Object^ get ();
void set (Object^ value);
}
abstract Output : Object with get, set
function get Output () : Object
function set Output (value : Object)
Valor de la propiedad
Tipo: System.Object
An object that contains the results of the task.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask