Compartilhar via


Construtor ObjectIdentifier (array<String )

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

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

Sintaxe

'Declaração
Public Sub New ( _
    ParamArray parts As String() _
)
'Uso
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[]
)

Parâmetros

Consulte também

Referência

ObjectIdentifier Classe

Sobrecarregado ObjectIdentifier

Namespace Microsoft.SqlServer.Dac.Model