メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。
ServiceConfig クラスの新しいインスタンスを初期化し、アクティブにするサービスを構成するためのプロパティを設定します。
Public Sub New()
[C#]
public ServiceConfig();
[C++]
public: ServiceConfig();
[JScript]
public function ServiceConfig();
例外
| 例外の種類 | 条件 |
|---|---|
| PlatformNotSupportedException | ServiceConfig は、現在のプラットフォームではサポートされていません。 |
解説
ServiceConfig のインスタンスの初期プロパティ値を次の表に示します。
| 項目 | 説明 |
|---|---|
| Binding | NoBinding |
| BringYourOwnTransaction | null 参照 (Visual Basic では Nothing) |
| COMTIIntrinsicsEnabled | false |
| IISIntrinsicsEnabled | false |
| Inheritance | Inherit |
| IsolationLevel | Any |
| PartitionId | ゼロの GUID。 |
| PartitionOption | Ignore |
| SxsDirectory | null 参照 (Nothing) |
| SxsName | null 参照 (Nothing) |
| SxsOption | Ignore |
| Synchronization | Disabled |
| ThreadPool | None |
| TipUrl | null 参照 (Nothing) |
| TrackingAppName | null 参照 (Nothing) |
| TrackingComponentName | null 参照 (Nothing) |
| TrackingEnabled | false |
| Transaction | Disabled |
| TransactionDescription | null 参照 (Nothing) |
| TransactionTimeout | システム既定値。 |
必要条件
プラットフォーム: Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- 直前の呼び出し元の完全信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細の参照先 : 部分信頼コードからのライブラリの使用
参照
ServiceConfig クラス | ServiceConfig メンバ | System.EnterpriseServices 名前空間