PropertyCollisionResolution Enumeration

 

Represents a class that enumerates the PropertyCollision.

Namespace:   Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public enum class PropertyCollisionResolution

Member nameDescription
Ignore

Ignores the property of collision resolution.

Override

Overrides the property of collision resolution.

Throw

Throws an exception when a duplicate is found in the collision resolution.

Return to top
Show: