FilterNodeAttribute Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
    Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeAttribute

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class FilterNodeAttribute _
    Inherits FilterNode
'Usage
Dim instance As FilterNodeAttribute
[ComVisibleAttribute(false)]
public class FilterNodeAttribute : FilterNode
[ComVisibleAttribute(false)]
public ref class FilterNodeAttribute : public FilterNode
[<ComVisibleAttribute(false)>]
type FilterNodeAttribute =  
    class
        inherit FilterNode
    end
public class FilterNodeAttribute extends FilterNode

The FilterNodeAttribute type exposes the following members.

Constructors

  Name Description
Public method FilterNodeAttribute Initializes a new instance of the FilterNodeAttribute class with the specified name. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property Name Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property NodeType Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides FilterNode.NodeType.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides FilterNode.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.