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 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
'Usage
Dim instance As TernaryExpression
Dim value As TernaryExpressionType
value = instance.TernaryExpressionType
instance.TernaryExpressionType = value
public TernaryExpressionType TernaryExpressionType { get; set; }
public:
property TernaryExpressionType TernaryExpressionType {
TernaryExpressionType get ();
void set (TernaryExpressionType value);
}
public function get TernaryExpressionType () : TernaryExpressionType
public 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.