ExpressionNodeAttribute 建構函式

定義

多載

名稱 Description
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

適用於