This topic has not yet been rated - Rate this topic

ResultSetsExecuteOption Class

SQL Server 2012

Represents the results set description for EXECUTE statements.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
[SerializableAttribute]
public ref class ResultSetsExecuteOption : public ExecuteOption

The ResultSetsExecuteOption type exposes the following members.

  NameDescription
Public methodResultSetsExecuteOptionInitializes a new instance of the ResultSetsExecuteOption class.
Top
  NameDescription
Public propertyDefinitionsGets the collection of definitions for each result set.
Public propertyFirstTokenIndexGets or sets the first token index. (Inherited from TSqlFragment.)
Public propertyFragmentLengthGets the fragment length. (Inherited from TSqlFragment.)
Public propertyLastTokenIndexGets or sets the last token index. (Inherited from TSqlFragment.)
Public propertyOptionKindGets or sets the type of the execute option. (Inherited from ExecuteOption.)
Public propertyResultSetsOptionKindGets or sets the representation of the result sets.
Public propertyScriptTokenStreamGets or sets a list of token streams. (Inherited from TSqlFragment.)
Public propertyStartColumnGets the starting column. (Inherited from TSqlFragment.)
Public propertyStartLineGets the starting line. (Inherited from TSqlFragment.)
Public propertyStartOffsetGets the fragment start offset value. (Inherited from TSqlFragment.)
Top
  NameDescription
Public methodAcceptIndicates the entry point for a given visitor. (Overrides ExecuteOption::Accept(TSqlFragmentVisitor).)
Public methodAcceptChildrenCalls Accept on the children with the given visitor. (Overrides ExecuteOption::AcceptChildren(TSqlFragmentVisitor).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.