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.