Proprietà IWmiDataReaderTask.OutputType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the type of output.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)

Sintassi

'Dichiarazione
Property OutputType As OutputType 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

IWmiDataReaderTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask