ComplexProperty 생성자 (String, String, DTSParamType)
Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리: Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)
구문
‘선언
Public Sub New ( _
name As String, _
datatype As String, _
type As DTSParamType _
)
‘사용 방법
Dim name As String
Dim datatype As String
Dim type As DTSParamType
Dim instance As New ComplexProperty(name, datatype, _
type)
public ComplexProperty(
string name,
string datatype,
DTSParamType type
)
public:
ComplexProperty(
String^ name,
String^ datatype,
DTSParamType type
)
new :
name:string *
datatype:string *
type:DTSParamType -> ComplexProperty
public function ComplexProperty(
name : String,
datatype : String,
type : DTSParamType
)
매개 변수
- name
유형: System. . :: . .String
The name of the property.
- datatype
유형: System. . :: . .String
The data type of the property.
- type
유형: Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamType
The DTSParamType of the property.