INamedComponentCollection 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Contains a collection of specified objects.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")> _
Public Interface INamedComponentCollection _
Inherits IModelComponentCollection, ICollection, IEnumerable
‘사용 방법
Dim instance As INamedComponentCollection
[GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface INamedComponentCollection : IModelComponentCollection,
ICollection, IEnumerable
[GuidAttribute(L"663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface class INamedComponentCollection : IModelComponentCollection,
ICollection, IEnumerable
[<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")>]
type INamedComponentCollection =
interface
interface IModelComponentCollection
interface ICollection
interface IEnumerable
end
public interface INamedComponentCollection extends IModelComponentCollection, ICollection, IEnumerable
INamedComponentCollection 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Count | (ICollection에서 상속됨) | |
IsSynchronized | (ICollection에서 상속됨) | |
Parent | 인프라입니다. Gets the parent IModelComponent of the IModelComponentCollection. (IModelComponentCollection에서 상속됨) | |
SyncRoot | (ICollection에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Contains(String) | Indicates whether the collection contains the AttributeRelationship, identified by attributeId. | |
Contains(IModelComponent) | 인프라입니다. Indicates whether the collection contains a specified IModelComponent. (IModelComponentCollection에서 상속됨) | |
ContainsName | Indicates whether the collection contains a AttributeRelationship with the specified name. | |
CopyTo | (ICollection에서 상속됨) | |
GetEnumerator | (IEnumerable에서 상속됨) | |
GetNewID() | Generates a new Unique ID from the component. | |
GetNewID(String) | Generates a new Unique ID from the component. | |
GetNewName() | Assists in creating new consecutive numbered names that start with namePrefix. | |
GetNewName(String) | Assists in creating new consecutive numbered names that start with namePrefix. | |
Remove(IModelComponent) | 인프라입니다. Removes an IModelComponent from the collection. (IModelComponentCollection에서 상속됨) | |
Remove(IModelComponent, Boolean) | 인프라입니다. Removes an IModelComponent from the collection. (IModelComponentCollection에서 상속됨) |
맨 위로 이동