SqlServerCeType 클래스

Implements the connection dialog box interfaces for SQL Server Compact 3.5 server type connections.

이 API는 CLS 규격이 아닙니다. 

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlServerCeType

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
<RegisterServerHelpKeyWordAttribute("sql11.swb.registerserver.general.sqlce.f1")> _
<CLSCompliantAttribute(False)> _
<AdvancedViewHelpKeyWordAttribute("sql11.swb.connecttoce.f1")> _
<HelpKeyWordAttribute("sql11.swb.connection.login.sqlce.f1")> _
Public NotInheritable Class SqlServerCeType _
    Implements IServerType2, IServerType
‘사용 방법
Dim instance As SqlServerCeType
[RegisterServerHelpKeyWordAttribute("sql11.swb.registerserver.general.sqlce.f1")]
[CLSCompliantAttribute(false)]
[AdvancedViewHelpKeyWordAttribute("sql11.swb.connecttoce.f1")]
[HelpKeyWordAttribute("sql11.swb.connection.login.sqlce.f1")]
public sealed class SqlServerCeType : IServerType2, 
    IServerType
[RegisterServerHelpKeyWordAttribute(L"sql11.swb.registerserver.general.sqlce.f1")]
[CLSCompliantAttribute(false)]
[AdvancedViewHelpKeyWordAttribute(L"sql11.swb.connecttoce.f1")]
[HelpKeyWordAttribute(L"sql11.swb.connection.login.sqlce.f1")]
public ref class SqlServerCeType sealed : IServerType2, 
    IServerType
[<SealedAttribute>]
[<RegisterServerHelpKeyWordAttribute("sql11.swb.registerserver.general.sqlce.f1")>]
[<CLSCompliantAttribute(false)>]
[<AdvancedViewHelpKeyWordAttribute("sql11.swb.connecttoce.f1")>]
[<HelpKeyWordAttribute("sql11.swb.connection.login.sqlce.f1")>]
type SqlServerCeType =  
    class 
        interface IServerType2 
        interface IServerType 
    end
public final class SqlServerCeType implements IServerType2, IServerType

SqlServerCeType 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 SqlServerCeType Initializes a new instance of the SqlServerCeType class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
공용 필드정적 멤버 ConnectionTimeout A String constant with the CONNECTION_TIMEOUT value.
공용 필드정적 멤버 DefaultLockEscalation A String constant with the DEFAULT_LOCK_ESCALATION value.
공용 필드정적 멤버 ExecutionTimeout A String constant with the EXEC_TIMEOUT value.
공용 필드정적 멤버 MaxDatabaseSize A String constant with the MAX_DATABASE_SIZE value.
공용 필드정적 멤버 ServerType The GUID for the server type.
공용 필드정적 멤버 SqlCeAuthenticationType A constant of type Int, with a value of 2.
공용 필드정적 멤버 TrustedAuthenticationType A constant of type Int, with a value of 0.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 속성 IServerType.AuthenticationInfoCollection Gets a table that contains the authentication labels that are used to populate the simple view of the connection dialog box.
명시적 인터페이스 구현전용 메서드 IServerType.GenerateImage Retrieves a newly-instantiated icon that is displayed in the Registered Servers tree.
명시적 인터페이스 구현전용 메서드 IServerType.GenerateUserControl Retrieves a newly-instantiated user control that is displayed on the Connection Properties tab of the advanced view of the connection dialog box.
명시적 인터페이스 구현전용 메서드 IServerType.GetConnectionObject Returns a new IDbConnection object (closed) that is based on the passed UIConnectionInfo object.
명시적 인터페이스 구현전용 메서드 IServerType.LoadPersonalizationInfo Loads any personalization information that was saved upon successful connection by using SavePersonalizationInfo.
명시적 인터페이스 구현전용 메서드 IServerType.ProceedWithConnection Used when a server type needs to perform additional processing steps.
명시적 인터페이스 구현전용 속성 IServerType.RequestedPropertySize Gets the size that the custom user control needs to render correctly. This is used by the advanced view of the connection dialog box and the New Server Registration dialog box to ensure that they expose enough screen space for the whole control to be visible.
명시적 인터페이스 구현전용 메서드 IServerType.SavePersonalizationInfo Saves personalization information that may be needed for subsequent uses of the connection dialog box, such as the server type, server name, authentication type, and user name.
명시적 인터페이스 구현전용 속성 IServerType.ServerGroupName Gets the name of the server group root node for the server type.
명시적 인터페이스 구현전용 속성 IServerType.ServerInstanceName Gets the instance name of the server.
명시적 인터페이스 구현전용 속성 IServerType.ServerType Gets the server type for the instance of SQL Server.
명시적 인터페이스 구현전용 속성 IServerType.ServerTypeName Gets the string that is exposed to the user in the Server type combo box.
명시적 인터페이스 구현전용 메서드 IServerType2.CustomBrowseAction Implements SQL CE custom browse action. This is called when the user clicks Browse in the server combo box.
명시적 인터페이스 구현전용 메서드 IServerType2.CustomNewDatabaseAction Implements SQL CE custom new database action. This is called when the user clicks New Database in the server combo box.
명시적 인터페이스 구현전용 속성 IServerType2.Owner Gets or sets a value that owns the control.
명시적 인터페이스 구현전용 속성 IServerType2.SupportsCustomBrowseAction Gets a value indicating whether the SQL Server CE supports custom browse action.
명시적 인터페이스 구현전용 속성 IServerType2.SupportsCustomNewDatabaseAction Gets a value indicating whether the SQL Server CE supports database creation from within the connection dialog box.
명시적 인터페이스 구현전용 속성 IServerType2.SupportsUserNameNotion Gets a value indicating whether the user name notion is not supported in case of SQL Server CE.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스