ASTaskBase.ResultSetType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the type of result set that is returned
public: enum class ASTaskBase::ResultSetType
public enum ASTaskBase.ResultSetType
type ASTaskBase.ResultSetType =
Public Enum ASTaskBase.ResultSetType
- Inheritance
-
ASTaskBase.ResultSetType
Fields
Name | Value | Description |
---|---|---|
ResultSetType_None | 1 | |
ResultSetType_SingleRow | 2 | |
ResultSetType_Rowset | 3 | |
ResultSetType_XML | 4 |