MiningParameterCollection 클래스

MiningModel 개체에 포함된 MiningParameter 개체의 읽기 전용 요청 시 컬렉션을 나타냅니다.

상속 계층

Object
  Microsoft.AnalysisServices.AdomdServer.MiningParameterCollection

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

구문

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

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

속성

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

위쪽

메서드

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

위쪽

스레드 보안

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

참고 항목

참조

Microsoft.AnalysisServices.AdomdServer 네임스페이스