다음을 통해 공유


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에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스