Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the database name, as extracted from inside the header.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public databaseSecondary As String
'Usage
Dim instance As DdlTextParserHeaderInfo
Dim value As String
value = instance.databaseSecondary
instance.databaseSecondary = value
public string databaseSecondary
public:
String^ databaseSecondary
val mutable databaseSecondary: string
public var databaseSecondary : String