PrincipalContext.Container 属性

定义

获取在构造函数的容器参数中指定的值。

public:
 property System::String ^ Container { System::String ^ get(); };
public string Container { get; }
member this.Container : string
Public ReadOnly Property Container As String

属性值

存储区上用作上下文 null 根的容器;如果未指定容器,则为 。

注解

所有查询都在此根下执行,并且所有插入都在此容器中执行。 对于 DomainApplicationDirectory 上下文类型,此属性是容器对象的可分辨名称。 对于 Machine 上下文类型,此属性必须为 null

适用于