Share via


AzureSqlDatabaseLinkedService.MultipleActiveResultSets Property

Definition

When true, an application can maintain multiple active result sets (MARS). When false, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection. Type: Boolean (or Expression with resultType boolean).

public object MultipleActiveResultSets { get; set; }
member this.MultipleActiveResultSets : obj with get, set
Public Property MultipleActiveResultSets As Object

Property Value

Applies to