Partager via


Propriété BinaryQueryExpression.BinaryQueryExpressionType

Gets or sets the type of the expression.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property BinaryQueryExpressionType As BinaryQueryExpressionType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

BinaryQueryExpression Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom