Compartir a través de


ObjectIdentifier Constructor (IList<String>)

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

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

ObjectIdentifier Clase

Sobrecarga de ObjectIdentifier

Espacio de nombres Microsoft.SqlServer.Dac.Model