Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.