ServiceConfig.PartitionId 属性

定义

获取或设置要使用的 COM+ 分区的 GUID。

public:
 property Guid PartitionId { Guid get(); void set(Guid value); };
public Guid PartitionId { get; set; }
member this.PartitionId : Guid with get, set
Public Property PartitionId As Guid

属性值

要使用的分区的 GUID。 默认值为一个零 GUID。

适用于