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
'Usage
Dim instance As SeparatorType
public enum SeparatorType
public enum class 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