IModelComponentCollection 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents a collection of IModelComponent objects.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
Inherits ICollection, IEnumerable
‘사용 방법
Dim instance As IModelComponentCollection
[GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface IModelComponentCollection : ICollection,
IEnumerable
[GuidAttribute(L"BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface class IModelComponentCollection : ICollection,
IEnumerable
[<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")>]
type IModelComponentCollection =
interface
interface ICollection
interface IEnumerable
end
public interface IModelComponentCollection extends ICollection, IEnumerable
IModelComponentCollection 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Count | (ICollection에서 상속됨) | |
IsSynchronized | (ICollection에서 상속됨) | |
Parent | 인프라입니다. Gets the parent IModelComponent of the IModelComponentCollection. | |
SyncRoot | (ICollection에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Contains | 인프라입니다. Indicates whether the collection contains a specified IModelComponent. | |
CopyTo | (ICollection에서 상속됨) | |
GetEnumerator | (IEnumerable에서 상속됨) | |
Remove(IModelComponent) | 인프라입니다. Removes an IModelComponent from the collection. | |
Remove(IModelComponent, Boolean) | 인프라입니다. Removes an IModelComponent from the collection. |
맨 위로 이동