AdomdPropertyCollection Class
This class gets a collection of AdomdProperty objects contained in an AdomdCommand.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class AdomdPropertyCollection _
Inherits MarshalByRefObject _
Implements IList, ICollection, IEnumerable
'Usage
Dim instance As AdomdPropertyCollection
public sealed class AdomdPropertyCollection : MarshalByRefObject,
IList, ICollection, IEnumerable
public ref class AdomdPropertyCollection sealed : public MarshalByRefObject,
IList, ICollection, IEnumerable
[<SealedAttribute>]
type AdomdPropertyCollection =
class
inherit MarshalByRefObject
interface IList
interface ICollection
interface IEnumerable
end
public final class AdomdPropertyCollection extends MarshalByRefObject implements IList, ICollection, IEnumerable
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection
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.