次の方法で共有


IServicePartition.PartitionInfo プロパティ

定義

パーティションの種類と ID を ServicePartitionInformation 含む サービスの へのアクセスを提供します。

public System.Fabric.ServicePartitionInformation PartitionInfo { get; }
member this.PartitionInfo : System.Fabric.ServicePartitionInformation
Public ReadOnly Property PartitionInfo As ServicePartitionInformation

プロパティ値

ServicePartitionInformation を返します。

例外

これは、パーティション オブジェクトが閉じられていることを示します。 レプリカ/レプリケーター/インスタンスが閉じられているか、閉じようとしています。

適用対象