Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 BinaryExpressionType As BinaryExpressionType
Get
Set
'Usage
Dim instance As BinaryExpression
Dim value As BinaryExpressionType
value = instance.BinaryExpressionType
instance.BinaryExpressionType = value
public BinaryExpressionType BinaryExpressionType { get; set; }
public:
property BinaryExpressionType BinaryExpressionType {
BinaryExpressionType get ();
void set (BinaryExpressionType value);
}
member BinaryExpressionType : BinaryExpressionType with get, set
function get BinaryExpressionType () : BinaryExpressionType
function set BinaryExpressionType (value : BinaryExpressionType)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.BinaryExpressionType
The type of the expression.