IFilterStorage.Add(String, IFilterRow[]) Method

Definition

Adds a new row to be stored.

public:
 void Add(System::String ^ urn, cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IFilterRow ^> ^ filterRow);
public void Add (string urn, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterRow[] filterRow);
abstract member Add : string * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterRow[] -> unit
Public Sub Add (urn As String, filterRow As IFilterRow())

Parameters

urn
String

A String string that represents the Uniform Resource Name (URN) of the control.

filterRow
IFilterRow[]

Represents the filter row.

Applies to