SeparatorType Enumeration

Specifies the possible separator types.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration SeparatorType
'Usage
Dim instance As SeparatorType
public enum SeparatorType
public enum class SeparatorType
type SeparatorType
public enum SeparatorType

Members

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

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace