Класс DTSParamInfo
Creates an instance of a DTSParamInfo class that corresponds to one parameter of a Web method.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSParamInfo
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DTSParamInfo _
Implements ICloneable
'Применение
Dim instance As DTSParamInfo
[SerializableAttribute]
public class DTSParamInfo : ICloneable
[SerializableAttribute]
public ref class DTSParamInfo : ICloneable
[<SerializableAttribute>]
type DTSParamInfo =
class
interface ICloneable
end
public class DTSParamInfo implements ICloneable
Тип DTSParamInfo обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
DTSParamInfo() () () () | Initializes a new instance of the DTSParamInfo class. |
![]() |
DTSParamInfo(String, String, DTSParamType, Int32) | Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
DataType | Gets the data type of a parameter. |
![]() |
Name | Gets the name of a parameter. |
![]() |
ParamType | Gets the type of a parameter. |
![]() |
ParamValue | Gets or sets the value of a parameter. |
![]() |
SequenceNumber | Gets the sequence number of a parameter in a method signature. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Clone | Creates an instance of DTSParamInfo that is identical to the current DTSParamInfo. This class cannot be inherited. |
![]() |
Equals | Determines whether two object instances are equal. (Переопределяет Object. . :: . .Equals(Object).) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | Returns the hash code for this object. (Переопределяет Object. . :: . .GetHashCode() () () ().) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)