다음을 통해 공유


DTSParamValueCollection.Contains 메서드

Indicates whether the items in a collection can be accessed by using indexing without throwing an exception.

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

구문

‘선언
Public Function Contains ( _
    paramValue As DTSParamValue _
) As Boolean
‘사용 방법
Dim instance As DTSParamValueCollection 
Dim paramValue As DTSParamValue 
Dim returnValue As Boolean 

returnValue = instance.Contains(paramValue)
public bool Contains(
    DTSParamValue paramValue
)
public:
bool Contains(
    DTSParamValue^ paramValue
)
member Contains : 
        paramValue:DTSParamValue -> bool
public function Contains(
    paramValue : DTSParamValue
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the collection can be accessed by using the syntax DTSParamValueCollection [index]; false if indexing cannot be used to retrieve items from the collection.

참고 항목

참조

DTSParamValueCollection 클래스

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 네임스페이스