ExpressionNodeAttribute Constructors

Definition

Overloads

ExpressionNodeAttribute(String)

Creates Attribute node

ExpressionNodeAttribute(String, Type)

Creates Attribute node and verifies it against Facet

ExpressionNodeAttribute(String)

Creates Attribute node

public ExpressionNodeAttribute (string name);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute
Public Sub New (name As String)

Parameters

name
String

Attribute name

Applies to

ExpressionNodeAttribute(String, Type)

Creates Attribute node and verifies it against Facet

public ExpressionNodeAttribute (string name, Type facet);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute : string * Type -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute
Public Sub New (name As String, facet As Type)

Parameters

name
String
facet
Type

Applies to