DTSParamValue 클래스

Defines an abstract base class that represents the value of a parameter passed to a Web method.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ArrayValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.EnumValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.PrimitiveValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.VariableValue

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

구문

‘선언
<SerializableAttribute> _
Public MustInherit Class DTSParamValue _
    Implements ICloneable
‘사용 방법
Dim instance As DTSParamValue
[SerializableAttribute]
public abstract class DTSParamValue : ICloneable
[SerializableAttribute]
public ref class DTSParamValue abstract : ICloneable
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type DTSParamValue =  
    class 
        interface ICloneable 
    end
public abstract class DTSParamValue implements ICloneable

DTSParamValue 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 DTSParamValue Initializes a new instance of the DTSParamValue class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Clone Creates an instance of the DTSParamValue class that is identical to the current DTSParamValue class.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

The parameter types are Primitive, Complex, Array, and Enum.

Each parameter type has a Value class that inherits and extends DTSParamValue, such as the PrimitiveValue, ComplexValue, ArrayValue, and EnumValue classes.

스레드 보안

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

참고 항목

참조

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