Parameter 클래스

Represents an abstract base class used by both package parameter and project parameter.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.Parameter

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

구문

‘선언
Public MustInherit Class Parameter _
    Inherits DtsObject _
    Implements IComponent, IDisposable, IDTSName, IDTSPersist
‘사용 방법
Dim instance As Parameter
public abstract class Parameter : DtsObject, 
    IComponent, IDisposable, IDTSName, IDTSPersist
public ref class Parameter abstract : public DtsObject, 
    IComponent, IDisposable, IDTSName, IDTSPersist
[<AbstractClassAttribute>]
type Parameter =  
    class 
        inherit DtsObject 
        interface IComponent 
        interface IDisposable 
        interface IDTSName 
        interface IDTSPersist 
    end
public abstract class Parameter extends DtsObject implements IComponent, IDisposable, IDTSName, IDTSPersist

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

생성자

  이름 설명
보호된 메서드 Parameter Initializes a new instance of the Parameter class.

맨 위로 이동

속성

  이름 설명
공용 속성 CreationName Gets the name used to create the Parameter object.
공용 속성 DataType Gets the data type of the Parameter object.
공용 속성 Description Gets or sets the description of the Parameter object.
공용 속성 ID Gets the identifier of the Parameter object.
공용 속성 IncludeInDebugDump 인프라입니다. Gets or sets a value that indicates whether the Parameter object is included in a debug dump.
공용 속성 Name Gets or sets the name of the Parameter object.
공용 속성 Required Gets or sets a value that indicates whether the Parameter object is a required parameter. If this value is true, a value must be assigned before a project or package can be executed.
공용 속성 Sensitive Gets or sets a value that indicates whether the Parameter object contains sensitive data. If this value is true, the value is encrypted in the Integration Services catalog.
공용 속성 Site Gets or sets the ISite interface associated with the Parameter object.
공용 속성 Value Gets or sets the value of the Parameter object.

맨 위로 이동

메서드

  이름 설명
보호된 메서드정적 멤버 CheckParameterName Validates the specified parameter name.
공용 메서드 Dispose Releases all resources used by the current instance of the Parameter class.
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 LoadFromXML Loads a package and all its objects that have been saved to memory in XML format.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 SaveToXML Saves the XML definition of a package to a file.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Disposed Occurs when the component is disposed by a call to the Dispose() method.

맨 위로 이동

스레드 보안

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

참고 항목

참조

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