SqlServerCeType Class
Implements the connection dialog box interfaces for SQL Server Compact 3.5 server type connections.
This API is not CLS-compliant.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
[CLSCompliantAttribute(false)] [AdvancedViewHelpKeyWordAttribute("sql12.swb.connecttoce.f1")] [HelpKeyWordAttribute("sql12.swb.connection.login.sqlce.f1")] [RegisterServerHelpKeyWordAttribute("sql12.swb.registerserver.general.sqlce.f1")] public ref class SqlServerCeType sealed : IServerType2, IServerType
| Name | Description | |
|---|---|---|
![]() | SqlServerCeType() | Initializes a new instance of the SqlServerCeType class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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 T:System.Int, with a value of 2. |
![]() ![]() | TrustedAuthenticationType | A constant of type T:System.Int, with a value of 0. |
| Name | Description | |
|---|---|---|
![]() ![]() | 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(UIConnectionInfo^) | Returns a new IDbConnection object (closed) that is based on the passed UIConnectionInfo object. |
![]() ![]() | IServerType::LoadPersonalizationInfo(UIConnectionInfo^, Boolean) | Loads any personalization information that was saved upon successful connection by using SavePersonalizationInfo. |
![]() ![]() | IServerType::ProceedWithConnection(UIConnectionInfo^) | Used when a server type needs to perform additional processing steps. |
![]() ![]() | IServerType::SavePersonalizationInfo(UIConnectionInfo^) | 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. |
![]() ![]() | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




