หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the database that is associated with the AdapterBase object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected ReadOnly Property Database As Database
Get
'Usage
Dim value As Database
value = Me.Database
protected Database Database { get; }
protected:
property Database^ Database {
Database^ get ();
}
member Database : Database
function get Database () : Database
Property Value
Type: Microsoft.SqlServer.Management.Smo.Database
The database.