หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Defines the type of result set that the Execute SQL task can use.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration ResultSetType
'Usage
Dim instance As ResultSetType
public enum ResultSetType
public enum class ResultSetType
type ResultSetType
public enum ResultSetType
Members
| Member name | Description | |
|---|---|---|
| ForXml | The ForXml result set type. | |
| Inline | The Inline result set type. | |
| Object | The Object result set type. | |
| Type | The Type result set type. |