UIConnectionInfoUtil.GetExecutionTimeout 方法

定義

從清單中第一個連接資訊的連接資訊中,擷取執行逾時。

多載

GetExecutionTimeout(UIConnectionGroupInfo)

從指定的連接資訊清單的連接資訊中,擷取執行逾時。

GetExecutionTimeout(UIConnectionInfo)

從連接資訊擷取執行逾時。

GetExecutionTimeout(UIConnectionGroupInfo)

從指定的連接資訊清單的連接資訊中,擷取執行逾時。

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

參數

connectionInfoList
UIConnectionGroupInfo

連接資訊的清單。

傳回

Int32

連接資訊中的執行逾時。

適用於

GetExecutionTimeout(UIConnectionInfo)

從連接資訊擷取執行逾時。

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

參數

ci
UIConnectionInfo

連接的資訊。

傳回

Int32

連接資訊中的執行逾時。

適用於