Propriété PredCompareExpr.Operand
Gets the operand.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Operand As PredOperand
Get
'Utilisation
Dim instance As PredCompareExpr
Dim value As PredOperand
value = instance.Operand
public PredOperand Operand { get; }
public:
property PredOperand^ Operand {
PredOperand^ get ();
}
member Operand : PredOperand
function get Operand () : PredOperand
Valeur de propriété
Type : Microsoft.SqlServer.Management.XEvent.PredOperand
The operand.