ExpressionNodeAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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