INameObjectCollection 인터페이스

Defines a collection of associated string keys and object values that can be accessed either with the key or with an index.

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

구문

‘선언
Public Interface INameObjectCollection _
    Inherits ICollection, IEnumerable
‘사용 방법
Dim instance As INameObjectCollection
public interface INameObjectCollection : ICollection, 
    IEnumerable
public interface class INameObjectCollection : ICollection, 
    IEnumerable
type INameObjectCollection =  
    interface 
        interface ICollection 
        interface IEnumerable 
    end
public interface INameObjectCollection extends ICollection, IEnumerable

INameObjectCollection 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Count (ICollection에서 상속됨)
공용 속성 IsSynchronized (ICollection에서 상속됨)
공용 속성 SyncRoot (ICollection에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds an entry with the specified key and value into the collection.
공용 메서드 CopyTo (ICollection에서 상속됨)
공용 메서드 Get(Int32) Retrieves the value of the specified entry from the instance.
공용 메서드 Get(String) Retrieves the value of the first entry with the specified key from the instance.
공용 메서드 GetEnumerator (IEnumerable에서 상속됨)
공용 메서드 Remove Removes the entries with the specified key from the instance.
공용 메서드 RemoveAt Removes the entry at the specified index of the instance.
공용 메서드 Set(Int32, Object) Sets the value of the entry at the specified index of the instance.
공용 메서드 Set(String, Object) Sets the value of the first entry with the specified key in the instance, if found; otherwise, adds an entry with the specified key and value into the NameObjectCollection instance.

맨 위로 이동

참고 항목

참조

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