ExpressionNodeAttribute Constructor (String)
Initializes a new instance of the ExpressionNodeAttribute class that has the specified name.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New ExpressionNodeAttribute(name)
public ExpressionNodeAttribute(
string name
)
public:
ExpressionNodeAttribute(
String^ name
)
new :
name:string -> ExpressionNodeAttribute
public function ExpressionNodeAttribute(
name : String
)
Parameters
- name
Type: System.String
A String value that specifies the name of the attribute.
Remarks
The default constructor initializes any fields to their default values.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.