Compartir a través de


BinaryQueryExpression.BinaryQueryExpressionType Propiedad

Gets or sets the type of the expression.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property BinaryQueryExpressionType As BinaryQueryExpressionType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.BinaryQueryExpressionType
The type of the expression.

Vea también

Referencia

BinaryQueryExpression Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom