UIConnectionInfoUtil.GetConnectionTimeout 方法

定義

從列表中第一個連線資訊初始化 UIConnectionInfo 物件。

多載

名稱 Description
GetConnectionTimeout(UIConnectionGroupInfo)

從列表中第一個連接資訊中取得 UIConnectionInfo 物件的連線逾時。

GetConnectionTimeout(UIConnectionInfo)

取得 UIConnection 物件的連線逾時,並取得指定的連線資訊。

GetConnectionTimeout(UIConnectionGroupInfo)

從列表中第一個連接資訊中取得 UIConnectionInfo 物件的連線逾時。

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

參數

connectionInfoList
UIConnectionGroupInfo

連線資訊清單。

傳回

連線超時。

適用於

GetConnectionTimeout(UIConnectionInfo)

取得 UIConnection 物件的連線逾時,並取得指定的連線資訊。

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

參數

ci
UIConnectionInfo

連結的資訊。

傳回

連線超時。

適用於