Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the result set definition.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ResultSetType As ResultSetType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ResultSetType
The type of the result set definition.