DiffType Enumeration

 

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.SqlServer.Management.Sdk.Differencing
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

[FlagsAttribute]
public enum class DiffType

Member nameDescription
Created

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Deleted

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Equivalent

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

None

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Updated

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Return to top
Show: