AdomdParameter Class
Represents a parameter to an AdomdCommand object.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class AdomdParameter _
Inherits MarshalByRefObject _
Implements IDbDataParameter, IDataParameter, ICloneable
'Usage
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
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.AnalysisServices.AdomdClient.AdomdParameter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.