DbConnectionStringBuilder.ClearPropertyDescriptors 方法
定义
清除关联的 DbConnectionStringBuilder 上的 PropertyDescriptor 对象集合。Clears the collection of PropertyDescriptor objects on the associated DbConnectionStringBuilder.
protected public:
void ClearPropertyDescriptors();
protected internal void ClearPropertyDescriptors ();
member this.ClearPropertyDescriptors : unit -> unit
Protected Friend Sub ClearPropertyDescriptors ()
注解
设计器使用此方法清除上的所有关联属性说明符 DbConnectionStringBuilder 。This method is used by designers to clear all associated property descriptors on the DbConnectionStringBuilder.