다음을 통해 공유


GetCount 메서드

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

이 멤버는 DTSReadOnlyCollectionBase. . :: . .GetCount() () () ()을(를) 재정의합니다.

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

구문

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

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

반환 값

형식: System. . :: . .Int32