Конструктор ObjectIdentifier (IList<String>, IList<String>)

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

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Sub New ( _
    externalParts As IList(Of String), _
    parts As IList(Of String) _
)
'Применение
Dim externalParts As IList(Of String)
Dim parts As IList(Of String)

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

Параметры

См. также

Справочник

ObjectIdentifier Класс

Перегрузка ObjectIdentifier

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