ConnectionSettings.MultipleActiveResultSets Property
SQL Server 2012
Gets or sets the Boolean property value that specifies whether more than one active result set is permitted.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Property Value
Type: System.BooleanA Boolean value that specifies whether more than one active result set is permitted.If True, multiple active result sets are permitted.If False (default), multiple active result sets are not permitted.
