GeneratedAlwaysType Enumeration

 

Enumerates a generated always type.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

public enum class GeneratedAlwaysType

Member nameDescription
AsRowEnd

The type is AsRowEnd.

AsRowStart

The type is AsRowStart.

None

No generated type.

Return to top
Show: