AdamInstance.DefaultPartition 属性

定义

获取或设置此 AD LDS 实例使用的默认分区。Gets or sets the default partition that this AD LDS instance serves.

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

属性值

String

一个 String,其中包含此 AD LDS 实例使用的默认分区的可分辨名称。A String that contains the distinguished name of the default partition that this AD LDS instance serves. 如果未设置默认分区,则将返回 nullIf the default partition is not set, this will return null.

例外

调用基础目录服务导致错误。A call to the underlying directory service resulted in an error.

目标服务器忙或不可用。The target server is either busy or unavailable.

分区名称的可分辨名称格式无效,或者 AD LDS 实例未使用此分区。The partition name is not in a valid distinguished name format, or the AD LDS instance does not serve this partition. 仅适用于设置。Applies to set only.

已释放此对象。The object has been disposed.

适用于