DTSWebMethodInfo.ParamInfos 속성
Gets or sets an array that contains all the parameter information for a method.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리: Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)
구문
‘선언
Public Property ParamInfos As DTSParamInfo()
Get
Set
‘사용 방법
Dim instance As DTSWebMethodInfo
Dim value As DTSParamInfo()
value = instance.ParamInfos
instance.ParamInfos = value
public DTSParamInfo[] ParamInfos { get; set; }
public:
property array<DTSParamInfo^>^ ParamInfos {
array<DTSParamInfo^>^ get ();
void set (array<DTSParamInfo^>^ value);
}
member ParamInfos : DTSParamInfo[] with get, set
function get ParamInfos () : DTSParamInfo[]
function set ParamInfos (value : DTSParamInfo[])
속성 값
유형: array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamInfo[]
An array of DTSParamInfo objects, one instance per parameter.
주의
Each instance of a DTSParamInfo represents one parameter.