ExpressionNodeAttribute Class
The ExpressionNodeAttribute object represents an attribute of a policy-based management expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public NotInheritable Class ExpressionNodeAttribute _
Inherits ExpressionNode
'Usage
Dim instance As ExpressionNodeAttribute
public sealed class ExpressionNodeAttribute : ExpressionNode
public ref class ExpressionNodeAttribute sealed : public ExpressionNode
[<SealedAttribute>]
type ExpressionNodeAttribute =
class
inherit ExpressionNode
end
public final class ExpressionNodeAttribute extends ExpressionNode
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Dmf.ExpressionNode
Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute
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.