Конструктор ObjectIdentifier (IList<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 ( _
    parts As IList(Of String) _
)
'Применение
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>
)

Параметры

См. также

Справочник

ObjectIdentifier Класс

Перегрузка ObjectIdentifier

Пространство имен Microsoft.SqlServer.Dac.Model