TernaryExpression.TernaryExpressionType Property
Gets or sets the expression type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property TernaryExpressionType As TernaryExpressionType
public TernaryExpressionType TernaryExpressionType { get; set; }
public:
property TernaryExpressionType TernaryExpressionType {
TernaryExpressionType get ();
void set (TernaryExpressionType value);
}
member TernaryExpressionType : TernaryExpressionType with get, set
function get TernaryExpressionType () : TernaryExpressionType
function set TernaryExpressionType (value : TernaryExpressionType)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.TernaryExpressionType
Returns a TernaryExpressionType enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.