AdomdParameter 멤버

Represents a parameter to an AdomdCommand object.

AdomdParameter 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 AdomdParameter() () () () Initializes a new instance of the AdomdParameter class.
공용 메서드 AdomdParameter(String, Object) Initializes a new instance of the AdomdParameter class with the name and value of the AdomdParameter.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Clone Creates a new AdomdParameter that is a copy of the current instance.
공용 메서드 CreateObjRef (MarshalByRefObject에서 상속됩니다.)
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetLifetimeService (MarshalByRefObject에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 InitializeLifetimeService (MarshalByRefObject에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (MarshalByRefObject에서 상속됩니다.)
공용 메서드 ToString Returns the ParameterName. (Object. . :: . .ToString() () () ()을(를) 재정의합니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 DbType This property is reserved for future use.
공용 속성 Direction Gets or sets a value indicating the direction of the parameter. Always returns ParameterDirection.Input.
공용 속성 IsNullable Gets a value indicating whether the parameter accepts nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing) values. Always returns false.
공용 속성 ParameterName Gets or sets the name of the AdomdParameter.
공용 속성 Precision This property is reserved for future use.
공용 속성 Scale This property is reserved for future use.
공용 속성 Size This property is reserved for future use.
공용 속성 SourceColumn This property is reserved for future use.
공용 속성 SourceVersion Gets or sets the DataRowVersion to use when loading Value. This property always returns DataRowVersion.Current.
공용 속성 Value Gets or sets the value of the parameter.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ICloneable. . :: . .Clone

맨 위로 이동