다음을 통해 공유


INameObjectCollection.Get 메서드 (String)

Retrieves the value of the first entry with the specified key from the instance.

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

구문

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

returnValue = instance.Get(name)
Object Get(
    string name
)
Object^ Get(
    String^ name
)
abstract Get : 
        name:string -> Object
function Get(
    name : String
) : Object

매개 변수

  • name
    유형: System.String
    The String string key of the entry to get. The key can be a null reference.

반환 값

유형: 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 네임스페이스