Constructeur InvalidDatabaseExtractException (String)
Initializes a new instance of the DacExtractionException class with the specified database name.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'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
)
Paramètres
- databaseName
Type : System. . :: . .String
A String value that specifies the name of the invalid database.