หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns the database name, as extracted from the text header.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public database As String
'Usage
Dim instance As DdlTextParserHeaderInfo
Dim value As String
value = instance.database
instance.database = value
public string database
public:
String^ database
val mutable database: string
public var database : String
Remarks
Returns a String value containing the database name, as extracted from the text header.