共用方式為


ResultSetType 列舉

Defines the type of result set that the Execute SQL task can use.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Enumeration ResultSetType
'用途
Dim instance As ResultSetType
public enum ResultSetType
public enum class ResultSetType
type ResultSetType
public enum ResultSetType

成員

成員名稱 說明
ForXml The ForXml result set type.
Inline The Inline result set type.
Object The Object result set type.
Type The Type result set type.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間