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