IUpdateConnectionProperties.SetAggregateState Method
Sets the state for the multiserver connection.
Namespace: Microsoft.SqlServer.Management.MultiServerConnection
Assembly: Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)
Syntax
'Declaration
Sub SetAggregateState ( _
state As String _
)
'Usage
Dim instance As IUpdateConnectionProperties
Dim state As String
instance.SetAggregateState(state)
void SetAggregateState(
string state
)
void SetAggregateState(
String^ state
)
abstract SetAggregateState :
state:string -> unit
function SetAggregateState(
state : String
)
Parameters
- state
Type: System.String
Specifies the new state.