Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the type of the expression.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property BinaryQueryExpressionType As BinaryQueryExpressionType
'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);
}
public function get BinaryQueryExpressionType () : BinaryQueryExpressionType
public function set BinaryQueryExpressionType (value : BinaryQueryExpressionType)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.BinaryQueryExpressionType
Returns a BinaryQueryExpressionType 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.