SqlElementDescriptor 构造函数 (array<String )

初始化 SqlElementDescriptor 类的新实例。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public Sub New ( _
    ParamArray identifiers As String() _
)
public SqlElementDescriptor(
    params string[] identifiers
)
public:
SqlElementDescriptor(
    ... array<String^>^ identifiers
)
new : 
        identifiers:string[] -> SqlElementDescriptor
public function SqlElementDescriptor(
    ... identifiers : String[]
)

参数

  • identifiers
    类型:array<System.String[]
    元素名称的标识符。

.NET Framework 安全性

请参见

参考

SqlElementDescriptor 类

SqlElementDescriptor 重载

Microsoft.Data.Schema.Sql.SchemaModel 命名空间