次の方法で共有


SeparatorType 列挙体

区切り記号の種類を指定します。

名前空間:  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 種類は Dot です。
DoubleColon 種類は DoubleColon です。
NotSpecified 種類は NotSpecified です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間