ServerPropertyCollection クラス
ServerProperty オブジェクトのコレクションが含まれます。このクラスは継承できません。
継承階層
System. . :: . .Object
Microsoft.AnalysisServices..::..ServerPropertyCollection
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")> _
Public NotInheritable Class ServerPropertyCollection _
Implements IList, ICollection, IEnumerable
'使用
Dim instance As ServerPropertyCollection
[GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")]
public sealed class ServerPropertyCollection : IList,
ICollection, IEnumerable
[GuidAttribute(L"52478F9D-620A-4fc4-98F4-E594BEA9E676")]
public ref class ServerPropertyCollection sealed : IList,
ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")>]
type ServerPropertyCollection =
class
interface IList
interface ICollection
interface IEnumerable
end
public final class ServerPropertyCollection implements IList, ICollection, IEnumerable
ServerPropertyCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | コレクションに含まれる ServerProperty オブジェクトの数を取得します。 | |
Item[ ( [ ( Int32] ) ] ) | 指定したインデックスにある ServerProperty をコレクションから取得します。 | |
Item[ ( [ ( String] ) ] ) | 指定した名前を持つ ServerProperty をコレクションから取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Add(ServerProperty) | ServerProperty をコレクションの末尾に追加します。 | |
Add(String, String) | 指定した名前および値の ServerProperty を作成し、コレクションの末尾に追加します。 | |
Clear | すべての要素をコレクションから削除します。 | |
Contains(String) | 指定した名前を持つ ServerProperty がコレクションに含まれているかどうかを示します。 | |
Contains(ServerProperty) | 指定した ServerProperty がコレクションに含まれているかどうかを示します。 | |
CopyTo(ServerPropertyCollection) | ServerPropertyCollection の末尾にコレクション全体をコピーします。 | |
CopyTo(Array, Int32) | 互換性のある 1 次元の Array にコレクション全体をコピーします。その際、コピー対象の配列の指定したインデックスからコピーを開始します。 | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
Find | 指定した名前を持つ ServerProperty をコレクションから取得します。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
IndexOf(String) | 指定した名前を持つ ServerProperty のインデックスを取得します。 | |
IndexOf(ServerProperty) | 指定した ServerProperty のインデックスを取得します。 | |
Insert(Int32, ServerProperty) | ServerProperty をコレクション内の指定したインデックスに挿入します。 | |
Insert(Int32, String, String) | 指定した名前および値の ServerProperty を作成し、コレクション内の指定したインデックスに挿入します。 | |
MemberwiseClone | (Object から継承されています。) | |
Remove(String) | 指定した名前の ServerProperty をコレクションから削除します。 | |
Remove(ServerProperty) | 指定した ServerProperty をコレクションから削除します。 | |
RemoveAt | 指定したインデックスにある ServerProperty をコレクションから削除します。 | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。