Freigeben über


AdomdParameter Class

Definition

Microsoft.AnalysisServices.AdomdClient.AdomdParameter

public sealed class AdomdParameter : MarshalByRefObject, ICloneable, System.Data.IDbDataParameter
type AdomdParameter = class
    inherit MarshalByRefObject
    interface IDbDataParameter
    interface IDataParameter
    interface ICloneable
Public NotInheritable Class AdomdParameter
Inherits MarshalByRefObject
Implements ICloneable, IDbDataParameter
Inheritance
AdomdParameter
Implements

Constructors

Name Description
AdomdParameter()

Initializes a new instance of the AdomdParameter class.

AdomdParameter(String, Object)

Initializes a new instance of the AdomdParameter class.

Properties

Name Description
DbType

DbType

Direction

Direction

IsNullable

IsNullable

ParameterName

ParameterName

Precision

Precision

Scale

Scale

Size

Size

SourceColumn

SourceColumn

SourceVersion

SourceVersion

Value

Value

Methods

Name Description
Clone()

Clone

ToString()

ToString

Explicit Interface Implementations

Name Description
ICloneable.Clone()

Applies to