SimpleObjectCollectionBase 클래스

정의

모든 제네릭 컬렉션에 대한 기본 클래스

public abstract class SimpleObjectCollectionBase : Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
type SimpleObjectCollectionBase = class
    inherit SortedListCollectionBase
Public MustInherit Class SimpleObjectCollectionBase
Inherits SortedListCollectionBase
상속
파생

필드

Name Description
initialized

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 AbstractCollectionBase)

속성

Name Description
Count

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)
IsSynchronized

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)
ParentInstance

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 AbstractCollectionBase)
SyncRoot

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)

메서드

Name Description
AddExisting(SqlSmoObject)

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 AbstractCollectionBase)
AddImpl(SqlSmoObject)

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SortedListCollectionBase)
ClearAndInitialize(String, IEnumerable<String>)

이전 개체를 지우고 컬렉션을 초기화합니다. Refresh()와 달리 컬렉션에 이미 나열된 개체는 새 버전으로 대체됩니다. 이 메서드를 사용하여 컬렉션의 모든 개체에 원하는 전체 속성 집합이 있는지 확인합니다.

(다음에서 상속됨 SmoCollectionBase)
Contains(String)

포함함

GetCollectionElementType()

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)
GetEnumerator()

컬렉션이 기본 속성으로 초기화되었는지 확인한 후 열거자를 반환합니다.

(다음에서 상속됨 SmoCollectionBase)
GetItemById(Int32, String)

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)
GetItemById(Int32)

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)
GetObjectByIndex(Int32)

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)
ImplAddExisting(SqlSmoObject)

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SortedListCollectionBase)
InitializeChildCollection()

자식 컬렉션 초기화

(다음에서 상속됨 SmoCollectionBase)
InitializeChildCollection(Boolean)

필요에 따라 모든 이전 개체를 유지하여 자식 컬렉션을 초기화합니다.

(다음에서 상속됨 SmoCollectionBase)
InitInnerCollection()

스토리지 초기화

Refresh()

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)
Refresh(Boolean)

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)
ResetCollection()

컬렉션을 비우지만 데이터를 검색하려고 시도하지 않습니다.

(다음에서 상속됨 SmoCollectionBase)
ValidateParentObject(SqlSmoObject)

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)

명시적 인터페이스 구현

Name Description
ICollection.CopyTo(Array, Int32)

모든 제네릭 컬렉션에 대한 기본 클래스

(다음에서 상속됨 SmoCollectionBase)

적용 대상