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

Параметры

  • parts
    Тип: array<System.String[]
    The parts of the identifier.

См. также

Справочник

ObjectIdentifier Класс

Перегрузка ObjectIdentifier

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