MiningServiceParameterCollection 클래스

MiningServiceParameter 개체의 읽기 전용 컬렉션을 나타냅니다.

상속 계층

Object
  Microsoft.AnalysisServices.AdomdServer.MiningServiceParameterCollection

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public NotInheritable Class MiningServiceParameterCollection _
    Implements IDisposable, IEnumerable, ICollection
‘사용 방법
Dim instance As MiningServiceParameterCollection
public sealed class MiningServiceParameterCollection : IDisposable, 
    IEnumerable, ICollection
public ref class MiningServiceParameterCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type MiningServiceParameterCollection =  
    class 
        interface IDisposable 
        interface IEnumerable 
        interface ICollection 
    end
public final class MiningServiceParameterCollection implements IDisposable, IEnumerable, ICollection

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

속성

  이름 설명
공용 속성 Count 컬렉션의 MiningServiceParameter 개체 수를 가져옵니다.
공용 속성 IsSynchronized 컬렉션에 대한 액세스가 동기화되었는지(스레드로부터 안전한지) 여부를 나타내는 값을 가져옵니다.
공용 속성 Item[Int32] 인덱스를 사용하여 MiningServiceParameterCollection 컬렉션에서 지정한 MiningServiceParameter를 가져옵니다.Microsoft Visual C#에서 이 속성은 MiningServiceParameterCollection 클래스의 인덱서입니다.
공용 속성 Item[String] 이름을 사용하여 MiningServiceParameterCollection 컬렉션에서 지정한 MiningServiceParameter를 가져옵니다.Microsoft Visual C#에서 이 속성은 MiningServiceParameterCollection 클래스의 인덱서입니다.
공용 속성 SyncRoot MiningServiceParameterCollection 컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

위쪽

메서드

  이름 설명
공용 메서드 {dtor} MiningServiceParameterCollection 클래스에서 사용하는 리소스를 해제합니다.
보호된 메서드 CopyTo(Array, Int32) MiningServiceParameterCollection 컬렉션의 요소를 지정된 배열 및 인덱스에 복사합니다.
공용 메서드 CopyTo(array<MiningServiceParameter[], Int32) MiningServiceParameterCollection 컬렉션의 요소를 지정된 배열에 복사합니다.
공용 메서드 Dispose MiningServiceParameterCollection 클래스의 현재 인스턴스에서 사용하는 리소스를 모두 해제합니다.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 Find 이름을 사용하여 MiningServiceParameterCollection 컬렉션에서 지정한 MiningServiceParameter를 찾습니다.
공용 메서드 GetEnumerator() MiningServiceParameterCollection 컬렉션을 반복하는 Enumerator를 가져옵니다.
공용 메서드 GetEnumerator() 컬렉션을 반복하는 IEnumerator를 반환합니다.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

위쪽

주의

MiningServiceParameterCollection은 쿼리로 반환된 축을 나타내기 위해 사용됩니다. MiningServiceParameterCollection의 각 MiningServiceParameter는 하나 이상의 계층과 함께 구성되는 적합한 튜플 집합을 나타냅니다. MiningServiceParameter에 대한 자세한 내용은 MiningServiceParameter을 참조하십시오.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices.AdomdServer 네임스페이스