Share via


ParameterClass Clase

Definición

Representa una clase de parámetro.

public ref class ParameterClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSRuntimeObject100, Microsoft::SqlServer::Dts::Runtime::Wrapper::Parameter
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("E10EE7A6-F24F-4ED2-A52F-F64ADB7DD664")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ParameterClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRuntimeObject100, Microsoft.SqlServer.Dts.Runtime.Wrapper.Parameter
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("7E59349B-3FB7-473C-8FDD-25E5B2C09535")]
public class ParameterClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRuntimeObject100, Microsoft.SqlServer.Dts.Runtime.Wrapper.Parameter
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("C57A4E40-CF49-4B20-A944-7B265CA56944")]
public class ParameterClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRuntimeObject100, Microsoft.SqlServer.Dts.Runtime.Wrapper.Parameter
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("E10EE7A6-F24F-4ED2-A52F-F64ADB7DD664")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ParameterClass = class
    interface Parameter
    interface IDTSParameter100
    interface IDTSName100
    interface IDTSRuntimeObject100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("7E59349B-3FB7-473C-8FDD-25E5B2C09535")>]
type ParameterClass = class
    interface Parameter
    interface IDTSParameter100
    interface IDTSName100
    interface IDTSRuntimeObject100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("C57A4E40-CF49-4B20-A944-7B265CA56944")>]
type ParameterClass = class
    interface Parameter
    interface IDTSParameter100
    interface IDTSName100
    interface IDTSRuntimeObject100
Public Class ParameterClass
Implements IDTSName100, IDTSRuntimeObject100, Parameter
Herencia
ParameterClass
Atributos
Implementaciones

Constructores

ParameterClass()

Inicializa una nueva instancia de la clase ParameterClass.

Propiedades

CreationName

Obtiene el nombre utilizado para crear el objeto ParameterClass.

DataType

Obtiene o establece el tipo de datos del objeto ParameterClass.

Description

Obtiene o establece la descripción del objeto ParameterClass.

ID

Obtiene el identificador del objeto ParameterClass.

IncludeInDebugDump

Obtiene o establece un valor que indica si el objeto ParameterClass se incluye en un volcado de depuración.

Name

Obtiene o establece el nombre del objeto ParameterClass.

Required

Obtiene o establece un valor que indica si el objeto ParameterClass es un parámetro obligatorio.

Sensitive

Obtiene o establece un valor que indica si el objeto ParameterClass contiene información confidencial.

Value

Obtiene o establece el valor del objeto ParameterClass.

Se aplica a