Share via


DTSReadOnlyCollectionBase.GetCount 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Retrieves the number of objects in the collection.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Protected MustOverride Function GetCount As Integer
‘사용 방법
Dim returnValue As Integer 

returnValue = Me.GetCount()
protected abstract int GetCount()
protected:
virtual int GetCount() abstract
abstract GetCount : unit -> int
protected abstract function GetCount() : int

반환 값

유형: System.Int32
The number of objects in the collection.

참고 항목

참조

DTSReadOnlyCollectionBase 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스