Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the expression.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property TernaryExpressionType As BooleanTernaryExpressionType
Get
Set
'Usage
Dim instance As BooleanTernaryExpression
Dim value As BooleanTernaryExpressionType
value = instance.TernaryExpressionType
instance.TernaryExpressionType = value
public BooleanTernaryExpressionType TernaryExpressionType { get; set; }
public:
property BooleanTernaryExpressionType TernaryExpressionType {
BooleanTernaryExpressionType get ();
void set (BooleanTernaryExpressionType value);
}
member TernaryExpressionType : BooleanTernaryExpressionType with get, set
function get TernaryExpressionType () : BooleanTernaryExpressionType
function set TernaryExpressionType (value : BooleanTernaryExpressionType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.BooleanTernaryExpressionType
The type of the expression.