หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The CreateDatabase method creates a new Microsoft SQL Server 2005 Compact Edition database.
Syntax
object.CreateDatabase(LocalConnection)
Parameters
| Parameter | Description |
|---|---|
LocalConnection |
A string value specifying the path and file name of the database to be created. |
Prototype
HRESULT CreateDatabase(BSTR LocalConnection);
See Also
Other Resources
SQL Server Compact Edition Engine Object Programming