Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the type of output.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Syntax
'Declaration
Property OutputType As OutputType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OutputType
A OutputType value.