Udostępnij przez


Właściwość IWmiDataReaderTask.OutputType

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Zestaw:  Microsoft.SqlServer.WMIDRTask (w Microsoft.SqlServer.WMIDRTask.dll)

Składnia

'Deklaracja
Property OutputType As OutputType
    Get
    Set
'Użycie
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)