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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
.gif)
.gif)
.gif)