共用方式為


UnaryExpressionType 列舉

Specifies the types of scalar expressions that have a single expression as a child.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration UnaryExpressionType
'用途
Dim instance As UnaryExpressionType
[SerializableAttribute]
public enum UnaryExpressionType
[SerializableAttribute]
public enum class UnaryExpressionType
[<SerializableAttribute>]
type UnaryExpressionType
public enum UnaryExpressionType

成員

成員名稱 說明
BitwiseNot Type is BitwiseNot.
Negative Type is Negative.
Positive Type is Positive.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間