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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.