Enumeração SeparatorType
Specifies the possible separator types.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration SeparatorType
'Uso
Dim instance As SeparatorType
public enum SeparatorType
public enum class SeparatorType
type SeparatorType
public enum SeparatorType
Membros
Nome do membro | Descrição | |
---|---|---|
Dot | The Type is Dot. | |
DoubleColon | The Type is DoubleColon. | |
NotSpecified | The Type is NotSpecified. |