ExpressionNodeAttribute Construtores

Definição

Sobrecargas

Nome Description
ExpressionNodeAttribute(String)

Cria um nó de atributo

ExpressionNodeAttribute(String, Type)

Cria um nó de atributo e verifica-o em faceta

ExpressionNodeAttribute(String)

Cria um nó de atributo

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

Parâmetros

name
String

Nome do atributo

Aplica-se a

ExpressionNodeAttribute(String, Type)

Cria um nó de atributo e verifica-o em faceta

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)

Parâmetros

name
String
facet
Type

Aplica-se a