Compartir a través de


IWmiDataReaderTask.OutputType 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 the type of output.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado:  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Sintaxis

'Declaración
Property OutputType As OutputType 
    Get 
    Set
'Uso
Dim instance As IWmiDataReaderTask 
Dim value As OutputType 

value = instance.OutputType

instance.OutputType = value
OutputType OutputType { get; set; }
property OutputType OutputType {
    OutputType get ();
    void set (OutputType value);
}
abstract OutputType : OutputType with get, set
function get OutputType () : OutputType 
function set OutputType (value : OutputType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OutputType
A OutputType value.

Vea también

Referencia

IWmiDataReaderTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask