共用方式為


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 命名空間