次の方法で共有


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

接続情報の一覧。

戻り値

接続情報からの実行タイムアウトです。

適用対象

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

接続の情報。

戻り値

接続情報からの実行タイムアウト。

適用対象