ObjectIdentifier 构造函数 (array<String )

Initializes a new instance of the ObjectIdentifier class with the specified parts.

命名空间:  Microsoft.SqlServer.Dac.Model
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public Sub New ( _
    ParamArray parts As String() _
)
用法
Dim parts As String()

Dim instance As New ObjectIdentifier(parts)
public ObjectIdentifier(
    params string[] parts
)
public:
ObjectIdentifier(
    ... array<String^>^ parts
)
new : 
        parts:string[] -> ObjectIdentifier
public function ObjectIdentifier(
    ... parts : String[]
)

参数

  • parts
    类型:array<System.String[]
    The parts of the identifier.

请参阅

参考

ObjectIdentifier 类

ObjectIdentifier 重载

Microsoft.SqlServer.Dac.Model 命名空间