ExpressionNodeAttribute 构造函数

定义

重载

名称 说明
ExpressionNodeAttribute(String)

创建属性节点

ExpressionNodeAttribute(String, Type)

创建属性节点,并针对 Facet 对其进行验证

ExpressionNodeAttribute(String)

创建属性节点

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

参数

name
String

属性名称

适用于

ExpressionNodeAttribute(String, Type)

创建属性节点,并针对 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)

参数

name
String
facet
Type

适用于