CommandCollection クラス
Command オブジェクトのコレクションが含まれます。このクラスは継承できません。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617")> _
Public NotInheritable Class CommandCollection _
Implements IList, ICollection, IEnumerable
'使用
Dim instance As CommandCollection
[GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617")]
public sealed class CommandCollection : IList,
ICollection, IEnumerable
[GuidAttribute(L"96BAC2E7-D849-4146-8100-A7BF3C0A9617")]
public ref class CommandCollection sealed : IList,
ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617")>]
type CommandCollection =
class
interface IList
interface ICollection
interface IEnumerable
end
public final class CommandCollection implements IList, ICollection, IEnumerable
継承階層
System. . :: . .Object
Microsoft.AnalysisServices..::..CommandCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。