다음을 통해 공유


ConnectionManagerItems.Remove 메서드

Removes a connection manager using the stream name.

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

구문

‘선언
Public Function Remove ( _
    streamName As String _
) As Boolean
‘사용 방법
Dim instance As ConnectionManagerItems 
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
The removed connection manager object.

참고 항목

참조

ConnectionManagerItems 클래스

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