InstanceQueryExecuteArgs.Count プロパティ

カウントのインスタンス値を取得または設定します。

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

使用法

構文

'宣言
Public Property Count As Nullable(Of Integer)
public Nullable<int> Count { get; set; }
public:
property Nullable<int> Count {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Nullable<int> get_Count ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Count (Nullable<int> value)
CompilerGeneratedAttribute 
public function get Count () : Nullable<int>

CompilerGeneratedAttribute 
public function set Count (value : Nullable<int>)

プロパティの値

カウントの値です。

スレッド セーフ

この型のパブリック静的 (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

関連項目

参照

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