InvalidDatabaseStateForExtractException Constructor ()
Initializes a new instance of the InvalidDatabaseStateForExtractException class, specifying the database.
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 InvalidDatabaseStateForExtractException(databaseName)
public InvalidDatabaseStateForExtractException(
string databaseName
)
public:
InvalidDatabaseStateForExtractException(
String^ databaseName
)
new :
databaseName:string -> InvalidDatabaseStateForExtractException
public function InvalidDatabaseStateForExtractException(
databaseName : String
)
Parameters
- databaseName
Type: String
A String which contains the name of the database to associate with the exception.
See Also
Reference
InvalidDatabaseStateForExtractException Class