IFilterStorage.Add 메서드
Adds a new row to be stored.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Sub Add ( _
urn As String, _
filterRow As IFilterRow() _
)
‘사용 방법
Dim instance As IFilterStorage
Dim urn As String
Dim filterRow As IFilterRow()
instance.Add(urn, filterRow)
void Add(
string urn,
IFilterRow[] filterRow
)
void Add(
String^ urn,
array<IFilterRow^>^ filterRow
)
abstract Add :
urn:string *
filterRow:IFilterRow[] -> unit
function Add(
urn : String,
filterRow : IFilterRow[]
)
매개 변수
- urn
유형: System.String
A String string that represents the Uniform Resource Name (URN) of the control.
- filterRow
유형: array<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterRow[]
Represents the filter row.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스