次の方法で共有


ServiceConfig コンストラクター

定義

ServiceConfig クラスの新しいインスタンスを初期化し、アクティブにするサービスを構成するためのプロパティを設定します。

public:
 ServiceConfig();
public ServiceConfig ();
Public Sub New ()

例外

ServiceConfig は、現在のプラットフォームではサポートされていません。

注釈

のインスタンスの初期プロパティ値を次の ServiceConfig表に示します。

Item 説明
Binding NoBinding
BringYourOwnTransaction null
COMTIIntrinsicsEnabled false
IISIntrinsicsEnabled false
Inheritance Inherit
IsolationLevel Any
PartitionId 0 個の GUID。
PartitionOption Ignore
SxsDirectory null
SxsName null
SxsOption Ignore
Synchronization Disabled
ThreadPool None
TipUrl null
TrackingAppName null
TrackingComponentName null
TrackingEnabled false
Transaction Disabled
TransactionDescription null
TransactionTimeout システムの既定値

適用対象