PrincipalContext.Container 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在构造函数的容器参数中指定的值。
public:
property System::String ^ Container { System::String ^ get(); };
public string Container { get; }
member this.Container : string
Public ReadOnly Property Container As String
属性值
存储区上用作上下文 null
根的容器;如果未指定容器,则为 。
注解
所有查询都在此根下执行,并且所有插入都在此容器中执行。 对于 Domain 和 ApplicationDirectory 上下文类型,此属性是容器对象的可分辨名称。 对于 Machine 上下文类型,此属性必须为 null
。