Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents a parameter class.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ParameterClass
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("B5357F2A-35D8-4F58-B959-D31F12026FD4")> _
Public Class ParameterClass _
Implements Parameter, IDTSParameter100, IDTSName100, IDTSRuntimeObject100
'Uso
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
El tipo ParameterClass expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
ParameterClass | Initializes a new instance of the ParameterClass class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)