ExpressionNodeAttribute Constructor (String)
Initializes a new instance of the ExpressionNodeAttribute class that has the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String _
)
'Uso
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
)
Parámetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the attribute.
Comentarios
El constructor predeterminado inicializa los campos con sus valores predeterminados.
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.