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 Gets or sets the DbType of the parameter. This property is reserved for future use.
공용 속성 Direction Gets or sets a value indicating the direction of the parameter.
공용 속성 IsNullable Gets a value indicating whether the parameter accepts nullnull 참조(Visual Basic에서는 Nothing) values.
공용 속성 ParameterName Gets or sets the name of the AdomdParameter.
공용 속성 Precision Gets or sets the precision of numeric parameters. This property is reserved for future use.
공용 속성 Scale Gets or sets the scale of numeric parameters. This property is reserved for future use.
공용 속성 Size Gets or sets the size of the parameter. This property is reserved for future use.
공용 속성 SourceColumn Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value. This property is reserved for future use.
공용 속성 SourceVersion Gets or sets the DataRowVersion to use when loading Value.
공용 속성 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에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetLifetimeService 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 InitializeLifetimeService 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
공용 메서드 ToString Returns the ParameterName. (Object.ToString()을(를) 재정의함)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ICloneable.Clone Creates a new instance of the AdomdParameter.

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.AnalysisServices.AdomdServer 네임스페이스