다음을 통해 공유


IFilterStorage.Get 메서드

Retrieves an existing row.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Function Get ( _
    urn As String _
) As IFilterRow()
‘사용 방법
Dim instance As IFilterStorage 
Dim urn As String 
Dim returnValue As IFilterRow()

returnValue = instance.Get(urn)
IFilterRow[] Get(
    string urn
)
array<IFilterRow^>^ Get(
    String^ urn
)
abstract Get : 
        urn:string -> IFilterRow[] 
function Get(
    urn : String
) : IFilterRow[]

매개 변수

  • urn
    유형: System.String
    A String string that represents the Uniform Resource Name (URN) of the control.

반환 값

유형: array<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterRow[]
Returns a string that represents an existing row.

참고 항목

참조

IFilterStorage 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스