the table representation of the result set as strings

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public SqlArrayClass table { get; }
Public ReadOnly Property table As SqlArrayClass
public:
property SqlArrayClass^ table {
	SqlArrayClass^ get ();
}

See Also