UIConnectionInfoUtil.SetExecutionTimeout Method

Definition

Specifies the execution timeout for all elements in the list of connection info.

Overloads

SetExecutionTimeout(UIConnectionGroupInfo, Int32)

Specifies the execution timeout value for all elements in the list of the UIConnectionInfo object.

SetExecutionTimeout(UIConnectionInfo, Int32)

Specifies the execution timeout value for the given UIConnectionInfo object.

SetExecutionTimeout(UIConnectionGroupInfo, Int32)

Specifies the execution timeout value for all elements in the list of the UIConnectionInfo object.

public:
 static void SetExecutionTimeout(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList, int timeout);
public static void SetExecutionTimeout (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList, int timeout);
static member SetExecutionTimeout : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo * int -> unit
Public Shared Sub SetExecutionTimeout (connectionInfoList As UIConnectionGroupInfo, timeout As Integer)

Parameters

connectionInfoList
UIConnectionGroupInfo

The list of the connection information.

timeout
Int32

An integer that represents the timeout value.

Applies to

SetExecutionTimeout(UIConnectionInfo, Int32)

Specifies the execution timeout value for the given UIConnectionInfo object.

public:
 static void SetExecutionTimeout(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci, int timeout);
public static void SetExecutionTimeout (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci, int timeout);
static member SetExecutionTimeout : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * int -> unit
Public Shared Sub SetExecutionTimeout (ci As UIConnectionInfo, timeout As Integer)

Parameters

ci
UIConnectionInfo

The information of the connection.

timeout
Int32

The timeout value.

Applies to