Share via


ObjectIdentifier Constructor (array<String )

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

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Sub New ( _
    ParamArray parts As String() _
)
'Usage
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[]
)

Parameters

See Also

Reference

ObjectIdentifier Class

ObjectIdentifier Overload

Microsoft.SqlServer.Dac.Model Namespace