ParameterClass 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
매개 변수 클래스를 나타냅니다.
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 개체의 값을 가져오거나 설정합니다. |