BinaryExpression.BinaryExpressionType Property
Gets or sets the binary 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 BinaryExpressionType As BinaryExpressionType
public BinaryExpressionType BinaryExpressionType { get; set; }
public:
property BinaryExpressionType BinaryExpressionType {
BinaryExpressionType get ();
void set (BinaryExpressionType value);
}
member BinaryExpressionType : BinaryExpressionType with get, set
function get BinaryExpressionType () : BinaryExpressionType
function set BinaryExpressionType (value : BinaryExpressionType)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.BinaryExpressionType
Returns a BinaryExpressionType 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.