Méthode DacServices.GenerateDriftReport (String, Nullable<CancellationToken>)
Creates an XML report of the drift that has occurred since the database was last registered.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public Function GenerateDriftReport ( _
targetDatabaseName As String, _
cancellationToken As Nullable(Of CancellationToken) _
) As String
'Utilisation
Dim instance As DacServices
Dim targetDatabaseName As String
Dim cancellationToken As Nullable(Of CancellationToken)
Dim returnValue As String
returnValue = instance.GenerateDriftReport(targetDatabaseName, _
cancellationToken)
public string GenerateDriftReport(
string targetDatabaseName,
Nullable<CancellationToken> cancellationToken
)
public:
String^ GenerateDriftReport(
String^ targetDatabaseName,
Nullable<CancellationToken> cancellationToken
)
member GenerateDriftReport :
targetDatabaseName:string *
cancellationToken:Nullable<CancellationToken> -> string
public function GenerateDriftReport(
targetDatabaseName : String,
cancellationToken : Nullable<CancellationToken>
) : String
Paramètres
- targetDatabaseName
Type : System.String
Name of the target database for deployment.
- cancellationToken
Type : System.Nullable<CancellationToken>
Optional CancellationToken that can be used to indicate that the operation should be cancelled. Use of this object does not guarantee that the operation will be cancelled.
Valeur de retour
Type : System.String
String of XML that details the database drift, or null if the database has not been registered.
Exceptions
Exception | Condition |
---|---|
DacServicesException | If a problem occurs during report generation. |
OperationCanceledException |