Gets or sets the type of the expression.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property BinaryQueryExpressionType As BinaryQueryExpressionType
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.BinaryQueryExpressionType
The type of the expression.