DTSParamValueCollection 클래스

Represents a collection of DTSParamValue objects.

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

구문

‘선언
<SerializableAttribute> _
Public Class DTSParamValueCollection _
    Inherits CollectionBase _
    Implements ICollection, IEnumerable, ICloneable
‘사용 방법
Dim instance As DTSParamValueCollection
[SerializableAttribute]
public class DTSParamValueCollection : CollectionBase, 
    ICollection, IEnumerable, ICloneable
[SerializableAttribute]
public ref class DTSParamValueCollection : public CollectionBase, 
    ICollection, IEnumerable, ICloneable
[<SerializableAttribute>]
type DTSParamValueCollection =  
    class
        inherit CollectionBase
        interface ICollection
        interface IEnumerable
        interface ICloneable
    end
public class DTSParamValueCollection extends CollectionBase implements ICollection, IEnumerable, ICloneable

상속 계층 구조

System. . :: . .Object
  System.Collections. . :: . .CollectionBase
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSParamValueCollection

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.