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

AdomdParameter()

Initializes a new instance of the AdomdParameter class.

AdomdParameter(String, Object)

Initializes a new instance of the AdomdParameter class.

Properties

DbType

DbType

Direction

Direction

IsNullable

IsNullable

ParameterName

ParameterName

Precision

Precision

Scale

Scale

Size

Size

SourceColumn

SourceColumn

SourceVersion

SourceVersion

Value

Value

Methods

Clone()

Clone

ToString()

ToString

Explicit Interface Implementations

ICloneable.Clone()

Applies to