DTSParamInfo 생성자

정의

DTSParamInfo 클래스의 새 인스턴스를 초기화합니다.

오버로드

DTSParamInfo()

DTSParamInfo 클래스의 새 인스턴스를 초기화합니다.

DTSParamInfo(String, String, DTSParamType, Int32)

메서드에 전달된 매개 변수에 대한 정보를 사용하여 DTSParamInfo 클래스의 새 인스턴스를 초기화합니다.

DTSParamInfo()

DTSParamInfo 클래스의 새 인스턴스를 초기화합니다.

public:
 DTSParamInfo();
public DTSParamInfo ();
Public Sub New ()

적용 대상

DTSParamInfo(String, String, DTSParamType, Int32)

메서드에 전달된 매개 변수에 대한 정보를 사용하여 DTSParamInfo 클래스의 새 인스턴스를 초기화합니다.

public:
 DTSParamInfo(System::String ^ name, System::String ^ datatype, Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType type, int sequenceNumber);
public DTSParamInfo (string name, string datatype, Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType type, int sequenceNumber);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamInfo : string * string * Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType * int -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamInfo
Public Sub New (name As String, datatype As String, type As DTSParamType, sequenceNumber As Integer)

매개 변수

name
String

매개 변수의 이름입니다.

datatype
String

매개 변수의 데이터 형식입니다.

type
DTSParamType

매개 변수의 형식입니다. DTSParamType 열거형의 값입니다.

sequenceNumber
Int32

메서드 시그니처의 매개 변수 시퀀스 번호입니다.

적용 대상