InvalidDatabaseExtractException Constructor (String)
Initializes a new instance of the DacExtractionException class with the specified database name.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Sub New ( _
databaseName As String _
)
'Usage
Dim databaseName As String
Dim instance As New InvalidDatabaseExtractException(databaseName)
public InvalidDatabaseExtractException(
string databaseName
)
public:
InvalidDatabaseExtractException(
String^ databaseName
)
new :
databaseName:string -> InvalidDatabaseExtractException
public function InvalidDatabaseExtractException(
databaseName : String
)
Parameters
- databaseName
Type: System.String
A String value that specifies the name of the invalid database.