Partilhar via


Construtor ObjectIdentifier (IList<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 ( _
    parts As IList(Of String) _
)
'Uso
Dim parts As IList(Of String)

Dim instance As New ObjectIdentifier(parts)
public ObjectIdentifier(
    IList<string> parts
)
public:
ObjectIdentifier(
    IList<String^>^ parts
)
new : 
        parts:IList<string> -> ObjectIdentifier
public function ObjectIdentifier(
    parts : IList<String>
)

Parâmetros

Consulte também

Referência

ObjectIdentifier Classe

Sobrecarregado ObjectIdentifier

Namespace Microsoft.SqlServer.Dac.Model