다음을 통해 공유


AdomdParameter 클래스

Represents a parameter to an AdomdCommand object.

상속 계층

System.Object
  System.MarshalByRefObject
    Microsoft.AnalysisServices.AdomdClient.AdomdParameter

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

구문

‘선언
Public NotInheritable Class AdomdParameter _
    Inherits MarshalByRefObject _
    Implements IDbDataParameter, IDataParameter, ICloneable
‘사용 방법
Dim instance As AdomdParameter
public sealed class AdomdParameter : MarshalByRefObject, 
    IDbDataParameter, IDataParameter, ICloneable
public ref class AdomdParameter sealed : public MarshalByRefObject, 
    IDbDataParameter, IDataParameter, ICloneable
[<SealedAttribute>]
type AdomdParameter =  
    class 
        inherit MarshalByRefObject 
        interface IDbDataParameter 
        interface IDataParameter 
        interface ICloneable 
    end
public final class AdomdParameter extends MarshalByRefObject implements IDbDataParameter, IDataParameter, 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 AdomdParameter object.
공용 속성 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 nullnull 참조(Visual Basic에서는 Nothing) values. Always returns false.
공용 속성 ParameterName Gets or sets the name of the AdomdParameter.
공용 속성 Precision Gets or sets the maximum number of digits used to represent the Value property.
공용 속성 Scale Gets or sets the number of decimal places to which the Value is resolved.
공용 속성 Size Gets or sets the maximum size, in bytes, of the data within the column.
공용 속성 SourceColumn Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
공용 속성 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 object that is a copy of the current instance.
공용 메서드 CreateObjRef 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetLifetimeService 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 InitializeLifetimeService 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
공용 메서드 ToString Returns a string representation of AdomdParameter object. (Object.ToString()을(를) 재정의함)

맨 위로 이동

명시적 인터페이스 구현

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

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.AnalysisServices.AdomdClient 네임스페이스