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

기본 실행 제한 시간 값입니다.

적용 대상