ExpressionNodeAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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