SfcCollatedDictionaryCollection<T, K, ParentT>.AddImpl 메서드
Adds an object or member to this collection.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Protected Overrides Sub AddImpl ( _
obj As T _
)
‘사용 방법
Dim obj As T
Me.AddImpl(obj)
protected override void AddImpl(
T obj
)
protected:
virtual void AddImpl(
T obj
) override
abstract AddImpl :
obj:'T -> unit
override AddImpl :
obj:'T -> unit
protected override function AddImpl(
obj : T
)
매개 변수
- obj
유형: T
The object to be added to the collection.