メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。
使用する COM+ パーティションの GUID を取得または設定します。
Public Property PartitionId As Guid
[C#]
public Guid PartitionId {get; set;}
[C++]
public: __property Guid get_PartitionId();public: __property void set_PartitionId(Guid);
[JScript]
public function get PartitionId() : Guid;public function set PartitionId(Guid);
プロパティ値
使用するパーティションの GUID。既定値はゼロの GUID です。
必要条件
プラットフォーム: Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- 直前の呼び出し元の完全信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細の参照先 : 部分信頼コードからのライブラリの使用
参照
ServiceConfig クラス | ServiceConfig メンバ | System.EnterpriseServices 名前空間