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 Boolean expression.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property BinaryExpressionType As BooleanBinaryExpressionType
Get
Set
'Usage
Dim instance As BooleanBinaryExpression
Dim value As BooleanBinaryExpressionType
value = instance.BinaryExpressionType
instance.BinaryExpressionType = value
public BooleanBinaryExpressionType BinaryExpressionType { get; set; }
public:
property BooleanBinaryExpressionType BinaryExpressionType {
BooleanBinaryExpressionType get ();
void set (BooleanBinaryExpressionType value);
}
member BinaryExpressionType : BooleanBinaryExpressionType with get, set
function get BinaryExpressionType () : BooleanBinaryExpressionType
function set BinaryExpressionType (value : BooleanBinaryExpressionType)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.BooleanBinaryExpressionType
The type of the Boolean expression.