| Visual Basic (Declaration) | |
|---|---|
Public Class MsSqlStorage Inherits SqlStorageBase Implements IStorage, ITransactionStorage | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public class MsSqlStorage : SqlStorageBase, IStorage, ITransactionStorage | |
| Managed Extensions for C++ | |
|---|---|
public __gc class MsSqlStorage : public SqlStorageBase, IStorage, ITransactionStorage | |
| C++/CLI | |
|---|---|
public ref class MsSqlStorage : public SqlStorageBase, IStorage, ITransactionStorage | |
| C# | |
|---|---|
// ... Other code | |
This class encapsulates a physical Ms Sql Server database. It is used to access to an Ms Sql Server database that is installed somewhere on your or on a remote machine. The storage implements the basic interfaces, such as IStorage for the basic storage IO functinality and ITransactionStorage for the transaction management.
Attention: You should not access the methods of the storage directly but instead register the storage with your instances of the ObjectContext. The ObjectContext accesses the methods internally to get the objects from the storage.
System.Object
System.MarshalByRefObject
Chili.Opf3.Storages.StorageBase
Chili.Opf3.Storages.SqlStorageBase
Chili.Opf3.Storages.MsSql.MsSqlStorage
Requirements
Namespace: Chili.Opf3.Storages.MsSql
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)