SeparatorType 枚举

Specifies the possible separator types.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Enumeration SeparatorType
用法
Dim instance As SeparatorType
public enum SeparatorType
public enum class SeparatorType
type SeparatorType
public enum SeparatorType

成员

成员名称 说明
Dot The Type is Dot.
DoubleColon The Type is DoubleColon.
NotSpecified The Type is NotSpecified.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间