DacServices.GenerateDriftReport Method (String, DacSchemaModelStorageType, Nullable<CancellationToken>)

Creates an XML report of the drift that has occurred since the database was last registered.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public Function GenerateDriftReport ( _
    targetDatabaseName As String, _
    modelStorageType As DacSchemaModelStorageType, _
    cancellationToken As Nullable(Of CancellationToken) _
) As String
'Usage
Dim instance As DacServices 
Dim targetDatabaseName As String 
Dim modelStorageType As DacSchemaModelStorageType 
Dim cancellationToken As Nullable(Of CancellationToken)
Dim returnValue As String 

returnValue = instance.GenerateDriftReport(targetDatabaseName, _
    modelStorageType, cancellationToken)
public string GenerateDriftReport(
    string targetDatabaseName,
    DacSchemaModelStorageType modelStorageType,
    Nullable<CancellationToken> cancellationToken
)
public:
String^ GenerateDriftReport(
    String^ targetDatabaseName, 
    DacSchemaModelStorageType modelStorageType, 
    Nullable<CancellationToken> cancellationToken
)
member GenerateDriftReport : 
        targetDatabaseName:string * 
        modelStorageType:DacSchemaModelStorageType * 
        cancellationToken:Nullable<CancellationToken> -> string
public function GenerateDriftReport(
    targetDatabaseName : String, 
    modelStorageType : DacSchemaModelStorageType, 
    cancellationToken : Nullable<CancellationToken>
) : String

Parameters

  • targetDatabaseName
    Type: String
    The name of the target database for deployment.
  • cancellationToken
    Type: Nullable<CancellationToken>
    The 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.

Return Value

Type: String
A string of XML that details the database drift or null if the database has not been registered.

See Also

Reference

DacServices Class

GenerateDriftReport Overload

Microsoft.SqlServer.Dac Namespace