IFilterRow.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

속성 값

필터 연산자를 나타내는 값을 반환합니다.

적용 대상