AdomdParameter 클래스

Represents a parameter to an AdomdCommand object.

상속 계층

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    Microsoft.AnalysisServices.AdomdServer..::..AdomdParameter

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public NotInheritable Class AdomdParameter _
    Inherits MarshalByRefObject _
    Implements IDbDataParameter, ICloneable
‘사용 방법
Dim instance As AdomdParameter
public sealed class AdomdParameter : MarshalByRefObject, 
    IDbDataParameter, ICloneable
public ref class AdomdParameter sealed : public MarshalByRefObject, 
    IDbDataParameter, ICloneable
[<SealedAttribute>]
type AdomdParameter =  
    class
        inherit MarshalByRefObject
        interface IDbDataParameter
        interface ICloneable
    end
public final class AdomdParameter extends MarshalByRefObject implements IDbDataParameter, ICloneable

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.

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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(Boolean) (MarshalByRefObject에서 상속됨)
공용 메서드 ToString Returns the ParameterName. (Object. . :: . .ToString() () () ()을(를) 재정의함)

맨 위로 이동

명시적 인터페이스 구현

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

맨 위로 이동

스레드 보안

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