다음을 통해 공유


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 네임스페이스