InvalidDatabaseExtractException Constructor ()
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
'Déclaration
Public Sub New ( _
databaseName As String _
)
'Utilisation
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: String
A String value that specifies the name of the invalid database.
See Also
Reference
InvalidDatabaseExtractException Class