Share via


AdamInstance.DefaultPartition プロパティ

定義

この AD LDS インスタンスが機能する既定のパーティションを取得または設定します。

public:
 property System::String ^ DefaultPartition { System::String ^ get(); void set(System::String ^ value); };
public string DefaultPartition { get; set; }
public string? DefaultPartition { get; set; }
member this.DefaultPartition : string with get, set
Public Property DefaultPartition As String

プロパティ値

この AD LDS インスタンスが機能する既定のパーティションの識別名が格納された String。 既定のパーティションが設定されていない場合は、null が返されます。

例外

基になるディレクトリ サービスの呼び出しでエラーが発生しました。

ターゲット サーバーが、ビジー状態か、または使用できません。

パーティション名が有効な識別名の形式でないか、AD LDS インスタンスがこのパーティションに対して機能していません。 設定だけに適用されます。

オブジェクトは破棄されました。

適用対象