إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Determines the type of output returned by a WmiDataReaderTask class.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Syntax
'Declaration
Public Enumeration OutputType
'Usage
Dim instance As OutputType
public enum OutputType
public enum class OutputType
type OutputType
public enum OutputType
Members
| Member name | Description | |
|---|---|---|
| DataTable | Output is returned as a DataTable.
If DestinationType is set to FileConnection, then the DataTable is converted to a String that contains column values separated by commas, and rows delimited by a carriage return/linefeed. |
|
| PropertyNameAndValue | Output is returned as a String that contains the name and value of a specified property. | |
| PropertyValue | Output is returned as a String that contains the value of a specified property. |