Sprache

ExpressionNodeAttribute Konstruktoren

Definition

Überlädt

Name Beschreibung
ExpressionNodeAttribute(String)

Erstellt attributknoten

ExpressionNodeAttribute(String, Type)

Erstellt einen Attributknoten und überprüft ihn anhand von Facet.

ExpressionNodeAttribute(String)

Erstellt attributknoten

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

Parameter

name
String

Attributname

Gilt für:

ExpressionNodeAttribute(String, Type)

Erstellt einen Attributknoten und überprüft ihn anhand von Facet.

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)

Parameter

name
String
facet
Type

Gilt für: