ParameterInfo 클래스

Represents a read only copy of the parameter information so that applications can get parameter information without having to load the whole package object.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.ParameterInfo

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public NotInheritable Class ParameterInfo
‘사용 방법
Dim instance As ParameterInfo
public sealed class ParameterInfo
public ref class ParameterInfo sealed
[<SealedAttribute>]
type ParameterInfo =  class end
public final class ParameterInfo

ParameterInfo 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CreationName Gets the name used to create the ParameterInfo object.
공용 속성 DataType Gets the data type of the ParameterInfo object.
공용 속성 Description Gets the description of the ParameterInfo object.
공용 속성 ID Gets the identifier of the ParameterInfo object which is a GUID.
공용 속성 IncludeInDebugDump Gets a value that indicates whether the variable value for a user-defined variable or a system variable is included in the debug dump files.
공용 속성 Name Gets the name of the ParameterInfo object.
공용 속성 Required Gets a value that indicates whether the current parameter is a required parameter. If this value is true, a value must be assigned before a project or package can be executed.
공용 속성 Sensitive Gets a value that indicates whether the current parameter contains a sensitive value. If this value is true, the project or package containing this parameter must be encrypted before saved to any kind of storages.
공용 속성 Value Gets the value of the parameter object.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

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