Share via


IObjectPropertyFilter Interface

Defines a method that filters the existing objects in the generic collection of property.

Namespace:  Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IObjectPropertyFilter
'Usage
Dim instance As IObjectPropertyFilter
public interface IObjectPropertyFilter
public interface class IObjectPropertyFilter
type IObjectPropertyFilter =  interface end
public interface IObjectPropertyFilter

The IObjectPropertyFilter type exposes the following members.

Methods

  Name Description
Public method FilterProperty Retrieves a value that indicates the attributes of a property and provides access to the property metadata.

Top