IFilterStorage.Get(String) Method

Definition

Retrieves an existing row.

public:
 cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IFilterRow ^> ^ Get(System::String ^ urn);
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterRow[] Get (string urn);
abstract member Get : string -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterRow[]
Public Function Get (urn As String) As IFilterRow()

Parameters

urn
String

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

Returns

Returns a string that represents an existing row.

Applies to