다음을 통해 공유


INameObjectCollection.Set 메서드 (Int32, Object)

Sets the value of the entry at the specified index of the instance.

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

구문

‘선언
Sub Set ( _
    index As Integer, _
    value As Object _
)
‘사용 방법
Dim instance As INameObjectCollection 
Dim index As Integer 
Dim value As Object

instance.Set(index, value)
void Set(
    int index,
    Object value
)
void Set(
    int index, 
    Object^ value
)
abstract Set : 
        index:int * 
        value:Object -> unit
function Set(
    index : int, 
    value : Object
)

매개 변수

  • index
    유형: System.Int32
    The zero-based index of the entry to set.
  • value
    유형: System.Object
    The object that represents the new value of the entry to set. The value can be null.

참고 항목

참조

INameObjectCollection 인터페이스

Set 오버로드

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