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>
)
매개 변수
- externalParts
유형: System.Collections.Generic.IList<String>
External reference parts - used in 3 or 4 part references to objects in other databases or servers.
- parts
유형: System.Collections.Generic.IList<String>
The parts of the identifier.