CpuCollection.GetElementAt(Int32) 메서드

정의

인덱스에서 특정 Cpu를 가져옵니다.

public Microsoft.SqlServer.Management.Smo.Cpu GetElementAt(int position);
member this.GetElementAt : int -> Microsoft.SqlServer.Management.Smo.Cpu
Public Function GetElementAt (position As Integer) As Cpu

매개 변수

position
Int32

컬렉션의 Cpu 위치

반품

Cpu

Cpu 개체

적용 대상