AdamInstance.DefaultPartition 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此 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
属性值
一个 String,其中包含此 AD LDS 实例使用的默认分区的可分辨名称。 如果未设置默认分区,则将返回 null
。
例外
调用基础目录服务导致错误。
目标服务器忙或不可用。
分区名称的可分辨名称格式无效,或者 AD LDS 实例未使用此分区。 仅适用于设置。
已释放此对象。