다음을 통해 공유


DTSParamInfo Members

Creates an instance of a DTSParamInfo class that corresponds to one parameter of a Web method.

The following tables list the members exposed by the DTSParamInfo type.

Public Constructors

  이름 Description
DTSParamInfo Overloaded. Initializes a new instance of the DTSParamInfo class.

위쪽

Public Properties

  이름 Description
ms215212.pubproperty(ko-kr,SQL.90).gif DataType Gets the data type of a parameter.
ms215212.pubproperty(ko-kr,SQL.90).gif Name Gets the name of a parameter.
ms215212.pubproperty(ko-kr,SQL.90).gif ParamType Gets the type of a parameter.
ms215212.pubproperty(ko-kr,SQL.90).gif ParamValue Gets or sets the value of a parameter.
ms215212.pubproperty(ko-kr,SQL.90).gif SequenceNumber Gets the sequence number of a parameter in a method signature.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms215212.pubmethod(ko-kr,SQL.90).gif Clone Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited.
ms215212.pubmethod(ko-kr,SQL.90).gif Equals Overloaded. Overridden.  
ms215212.pubmethod(ko-kr,SQL.90).gif GetHashCode Overridden. Returns the hash code for this object.
ms215212.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms215212.pubmethod(ko-kr,SQL.90).gifms215212.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms215212.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms215212.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms215212.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

DTSParamInfo Class
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace