ResultSetDefinition.ResultSetType 属性
Gets or sets the type of the result set definition.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property ResultSetType As ResultSetType
Get
Set
用法
Dim instance As ResultSetDefinition
Dim value As ResultSetType
value = instance.ResultSetType
instance.ResultSetType = value
public ResultSetType ResultSetType { get; set; }
public:
property ResultSetType ResultSetType {
ResultSetType get ();
void set (ResultSetType value);
}
member ResultSetType : ResultSetType with get, set
function get ResultSetType () : ResultSetType
function set ResultSetType (value : ResultSetType)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.ResultSetType
The type of the result set definition.