SqlServerType コンストラクター

定義

SqlServerType クラスの新しいインスタンスを初期化します。

オーバーロード

SqlServerType()

SqlServerType クラスの新しいインスタンスを既定のプロパティ値で初期化します。

SqlServerType(Decimal)

指定した既定の実行タイムアウト値を使用して、SqlServerType クラスの新しいインスタンスを初期化します。

SqlServerType(Int32[])

SqlServerType クラスの新しいインスタンスを初期化します。サポートされる認証の種類を引数として受け取ります。

SqlServerType(Int32[], Decimal)

SqlServerType クラスの新しいインスタンスを初期化します。サポートされる認証の種類と既定の実行タイムアウト値を引数として受け取ります。

SqlServerType()

SqlServerType クラスの新しいインスタンスを既定のプロパティ値で初期化します。

public:
 SqlServerType();
public SqlServerType ();
Public Sub New ()

適用対象

SqlServerType(Decimal)

指定した既定の実行タイムアウト値を使用して、SqlServerType クラスの新しいインスタンスを初期化します。

public:
 SqlServerType(System::Decimal defaultExecutionTimeout);
public SqlServerType (decimal defaultExecutionTimeout);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlServerType : decimal -> Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlServerType
Public Sub New (defaultExecutionTimeout As Decimal)

パラメーター

defaultExecutionTimeout
Decimal

既定の実行タイムアウト値です。

適用対象

SqlServerType(Int32[])

SqlServerType クラスの新しいインスタンスを初期化します。サポートされる認証の種類を引数として受け取ります。

public:
 SqlServerType(cli::array <int> ^ supportedAuthenticationTypes);
public SqlServerType (int[] supportedAuthenticationTypes);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlServerType : int[] -> Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlServerType
Public Sub New (supportedAuthenticationTypes As Integer())

パラメーター

supportedAuthenticationTypes
Int32[]

サポートされる認証の種類。

適用対象

SqlServerType(Int32[], Decimal)

SqlServerType クラスの新しいインスタンスを初期化します。サポートされる認証の種類と既定の実行タイムアウト値を引数として受け取ります。

public:
 SqlServerType(cli::array <int> ^ supportedAuthenticationTypes, System::Decimal defaultExecutionTimeout);
public SqlServerType (int[] supportedAuthenticationTypes, decimal defaultExecutionTimeout);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlServerType : int[] * decimal -> Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlServerType
Public Sub New (supportedAuthenticationTypes As Integer(), defaultExecutionTimeout As Decimal)

パラメーター

supportedAuthenticationTypes
Int32[]

サポートされる認証の種類。

defaultExecutionTimeout
Decimal

既定の実行タイムアウト値です。

適用対象