ParameterClass 类

定义

表示参数类。

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
继承
ParameterClass
属性
实现

构造函数

ParameterClass()

初始化 ParameterClass 类的新实例。

属性

CreationName

获取用于创建 ParameterClass 对象的名称。

DataType

获取或设置 ParameterClass 对象的数据类型。

Description

获取或设置 ParameterClass 对象的说明。

ID

获取 ParameterClass 对象的标识符。

IncludeInDebugDump

获取或设置一个值,该值指示在调试转储中是否包括 ParameterClass 对象。

Name

获取或设置 ParameterClass 对象的名称。

Required

获取或设置一个值,该值指示 ParameterClass 对象是否为必需参数。

Sensitive

获取或设置一个值,该值指示 ParameterClass 对象是否包含敏感数据。

Value

获取或设置 ParameterClass 对象的值。

适用于