IFilterRow.Operator Property

Definition

Gets or sets the filter operator.

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::FilterOperator Operator { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::FilterOperator get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::FilterOperator value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.FilterOperator Operator { get; set; }
member this.Operator : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.FilterOperator with get, set
Public Property Operator As FilterOperator

Property Value

Returns a value that represents the filter operator.

Applies to