Share via


INameObjectCollection.Get 메서드 (Int32)

Retrieves the value of the specified entry from the instance.

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

구문

‘선언
Function Get ( _
    index As Integer _
) As Object
‘사용 방법
Dim instance As INameObjectCollection 
Dim index As Integer 
Dim returnValue As Object 

returnValue = instance.Get(index)
Object Get(
    int index
)
Object^ Get(
    int index
)
abstract Get : 
        index:int -> Object
function Get(
    index : int
) : Object

매개 변수

  • index
    유형: System.Int32
    An Int32 value that represents entry at the specified index of the instance.

반환 값

유형: System.Object
An object that represents the value of the first entry with the specified key, if found; otherwise null.

참고 항목

참조

INameObjectCollection 인터페이스

Get 오버로드

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