UIConnectionInfoUtil.GetExecutionTimeout Method

Definition

Retrieves the execution timeout from the connection info from the first connection info in the list.

Overloads

GetExecutionTimeout(UIConnectionGroupInfo)

Retrieves the execution timeout from the connection info from the specified connection information list.

GetExecutionTimeout(UIConnectionInfo)

Retrieves the execution timeout from the connection information.

GetExecutionTimeout(UIConnectionGroupInfo)

Retrieves the execution timeout from the connection info from the specified connection information list.

public:
 static int GetExecutionTimeout(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList);
public static int GetExecutionTimeout (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList);
static member GetExecutionTimeout : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo -> int
Public Shared Function GetExecutionTimeout (connectionInfoList As UIConnectionGroupInfo) As Integer

Parameters

connectionInfoList
UIConnectionGroupInfo

The list of the connection information.

Returns

The execution timeout from the connection info.

Applies to

GetExecutionTimeout(UIConnectionInfo)

Retrieves the execution timeout from the connection information.

public:
 static int GetExecutionTimeout(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public static int GetExecutionTimeout (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
static member GetExecutionTimeout : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> int
Public Shared Function GetExecutionTimeout (ci As UIConnectionInfo) As Integer

Parameters

ci
UIConnectionInfo

The information of the connection.

Returns

The execution timeout from the connection information.

Applies to