ObjectIdentifier Constructor (IList<String>, IList<String>)
Initializes a new instance of the ObjectIdentifier class with the specified parts and external parts.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub New ( _
externalParts As IList(Of String), _
parts As IList(Of String) _
)
'Usage
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>
)
Parameters
- externalParts
Type: System.Collections.Generic.IList<String>
External reference parts - used in 3 or 4 part references to objects in other databases or servers.
- parts
Type: System.Collections.Generic.IList<String>
The parts of the identifier.