PackageItems.Remove 메서드

Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.

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

구문

‘선언
Public Function Remove ( _
    streamName As String _
) As Boolean
‘사용 방법
Dim instance As PackageItems 
Dim streamName As String 
Dim returnValue As Boolean 

returnValue = instance.Remove(streamName)
public bool Remove(
    string streamName
)
public:
bool Remove(
    String^ streamName
)
member Remove : 
        streamName:string -> bool
public function Remove(
    streamName : String
) : boolean

매개 변수

반환 값

유형: System.Boolean
True if a PackageItem object from the PackageItems collection with specified stream name was removed; otherwise, false.

참고 항목

참조

PackageItems 클래스

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