다음을 통해 공유


CpuCollection.GetElementAt 메서드

Gets a Cpu object from the specified position in the collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function GetElementAt ( _
    position As Integer _
) As Cpu
‘사용 방법
Dim instance As CpuCollection 
Dim position As Integer 
Dim returnValue As Cpu 

returnValue = instance.GetElementAt(position)
public Cpu GetElementAt(
    int position
)
public:
Cpu^ GetElementAt(
    int position
)
member GetElementAt : 
        position:int -> Cpu
public function GetElementAt(
    position : int
) : Cpu

매개 변수

  • position
    유형: System.Int32
    A Int32 value specifying the position in the collection.

반환 값

유형: Microsoft.SqlServer.Management.Smo.Cpu
A Cpu object from the specified position in the collection.

참고 항목

참조

CpuCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스