SmoObjectPropertyFilter.FilterProperty(PropertyInfo) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索一个指示要筛选的属性的值。
public:
virtual bool FilterProperty(System::Reflection::PropertyInfo ^ pinfo);
public bool FilterProperty (System.Reflection.PropertyInfo pinfo);
abstract member FilterProperty : System.Reflection.PropertyInfo -> bool
override this.FilterProperty : System.Reflection.PropertyInfo -> bool
Public Function FilterProperty (pinfo As PropertyInfo) As Boolean
参数
- pinfo
- PropertyInfo
如果使用 FilterProperty,则为指定值。
返回
如果筛选该属性的值,则为 true;否则为 false。