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 BinaryQueryExpressionType As BinaryQueryExpressionType
Get
Set
'Usage
Dim instance As BinaryQueryExpression
Dim value As BinaryQueryExpressionType
value = instance.BinaryQueryExpressionType
instance.BinaryQueryExpressionType = value
public BinaryQueryExpressionType BinaryQueryExpressionType { get; set; }
public:
property BinaryQueryExpressionType BinaryQueryExpressionType {
BinaryQueryExpressionType get ();
void set (BinaryQueryExpressionType value);
}
member BinaryQueryExpressionType : BinaryQueryExpressionType with get, set
function get BinaryQueryExpressionType () : BinaryQueryExpressionType
function set BinaryQueryExpressionType (value : BinaryQueryExpressionType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.BinaryQueryExpressionType
The type of the expression.