Поделиться через


Класс ParameterClass

Represents a parameter class.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")> _
Public Class ParameterClass _
    Implements Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100
'Применение
Dim instance As ParameterClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")]
public class ParameterClass : Parameter, 
    IDTSParameter100, IDTSName100, IDTSRuntimeObject100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"B5357F2A-35D8-4F58-B959-D31F12026FD4")]
public ref class ParameterClass : Parameter, 
    IDTSParameter100, IDTSName100, IDTSRuntimeObject100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")>]
type ParameterClass =  
    class 
        interface Parameter 
        interface IDTSParameter100 
        interface IDTSName100 
        interface IDTSRuntimeObject100 
    end
public class ParameterClass implements Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100

Тип ParameterClass обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ParameterClass Initializes a new instance of the ParameterClass class.

В начало

Свойства

  Имя Описание
Открытое свойство CreationName Gets the name used to create the ParameterClass object.
Открытое свойство DataType Gets or sets the data type of the ParameterClass object.
Открытое свойство Description Gets or sets the description of the ParameterClass object.
Открытое свойство ID Gets the identifier of the ParameterClass object.
Открытое свойство IncludeInDebugDump Gets or sets a value that indicates whether ParameterClass object is included in a debug dump.
Открытое свойство Name Gets or sets the name of the ParameterClass object.
Открытое свойство Required Gets or sets a value that indicates whether the ParameterClass object is a required parameter.
Открытое свойство Sensitive Gets or sets a value that indicates whether the ParameterClass object contains sensitive data.
Открытое свойство Value Gets or sets the value of the ParameterClass object.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper