SeparatorType Enumeration

Specifies the separator type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Enumeration SeparatorType
public enum SeparatorType
public enum class SeparatorType
type SeparatorType
public enum SeparatorType

Members

Member name Description
NotSpecified Type is NotSpecified
Dot Type is Dot
DoubleColon Type is DoubleColon

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace