次の方法で共有


InstanceQueryArgs.ServiceType プロパティ

サービスのタイプを指定します。このパラメーターを指定した場合は、そのタイプのサービスのインスタンスのみが返されます。サービス タイプは、パスの全体または一部として表すことも、完全修飾または部分修飾の .NET 名と名前空間として表すこともできます。名前空間を使用してサービス タイプを指定する場合は、XName.ToString() 形式を使用してサービス タイプと名前空間を区切る必要があります。たとえば、完全修飾された .NET CLR サービス名が Contoso.Web.Sales.POService であれば、パラメーター値は "{Contoso.Web.Sales}POService" となります。

名前空間: Microsoft.ApplicationServer.StoreManagement.Query
アセンブリ: Microsoft.ApplicationServer.StoreManagement (microsoft.applicationserver.storemanagement.dll)

使用法

構文

'宣言
Public Property ServiceType As IEnumerable(Of String)
public IEnumerable<string> ServiceType { get; set; }
public:
property IEnumerable<String^>^ ServiceType {
    IEnumerable<String^>^ get ();
    void set (IEnumerable<String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public IEnumerable<String> get_ServiceType ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ServiceType (IEnumerable<String> value)
CompilerGeneratedAttribute 
public function get ServiceType () : IEnumerable<String>

CompilerGeneratedAttribute 
public function set ServiceType (value : IEnumerable<String>)

プロパティの値

文字列のコレクションを返します。

スレッド セーフ

この型のパブリック静的 (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンスのメンバーはいずれも、スレッド セーフである保証はありません。

プラットフォーム

開発プラットフォーム

Visual Studio 2010 およびそれ以降, .NET Framework 4

対象プラットフォーム

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

関連項目

参照

InstanceQueryArgs クラス
InstanceQueryArgs メンバー
Microsoft.ApplicationServer.StoreManagement.Query 名前空間