Creates an XML report of the drift that has occurred since the database was last registered.
命名空间: Microsoft.SqlServer.Dac
程序集: Microsoft.SqlServer.Dac(在 Microsoft.SqlServer.Dac.dll 中)
语法
声明
Public Function GenerateDriftReport ( _
targetDatabaseName As String, _
modelStorageType As DacSchemaModelStorageType, _
cancellationToken As Nullable(Of CancellationToken) _
) As String
用法
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
参数
- targetDatabaseName
类型:System.String
Name of the target database for deployment.
- modelStorageType
类型:Microsoft.SqlServer.Dac.DacSchemaModelStorageType
The type of backing storage for a schema model.
- cancellationToken
类型: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.
返回值
类型:System.String
A string of XML that details the database drift, or null if the database has not been registered.