Parameters.Remove 메서드
Removes a parameter object from the parameters collection.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public MustOverride Function Remove ( _
parameterName As String _
) As Boolean
‘사용 방법
Dim instance As Parameters
Dim parameterName As String
Dim returnValue As Boolean
returnValue = instance.Remove(parameterName)
public abstract bool Remove(
string parameterName
)
public:
virtual bool Remove(
String^ parameterName
) abstract
abstract Remove :
parameterName:string -> bool
public abstract function Remove(
parameterName : String
) : boolean
매개 변수
- parameterName
유형: System.String
The name of the parameter.
반환 값
유형: System.Boolean
true if a parameter was removed; otherwise, false.