次の方法で共有


ServerPropertyCollection Class

ServerProperty オブジェクトのコレクションが含まれます。このクラスは継承できません。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class ServerPropertyCollection
    Implements IList, ICollection, IEnumerable
[GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676")] 
[DefaultMemberAttribute("Item")] 
public sealed class ServerPropertyCollection : IList, ICollection, IEnumerable
[GuidAttribute(L"52478F9D-620A-4fc4-98F4-E594BEA9E676")] 
[DefaultMemberAttribute(L"Item")] 
public ref class ServerPropertyCollection sealed : IList, ICollection, IEnumerable
/** @attribute GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class ServerPropertyCollection implements IList, ICollection, 
    IEnumerable
GuidAttribute("52478F9D-620A-4fc4-98F4-E594BEA9E676") 
DefaultMemberAttribute("Item") 
public final class ServerPropertyCollection implements IList, ICollection, 
    IEnumerable

継承階層

System.Object
  Microsoft.AnalysisServices.ServerPropertyCollection

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ServerPropertyCollection Members
Microsoft.AnalysisServices Namespace