ObjectIdentifier Constructor (IList<String>)
Initializes a new instance of the ObjectIdentifier class with the specified parts.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub New ( _
parts As IList(Of String) _
)
'Usage
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>
)
Parameters
- parts
Type: System.Collections.Generic.IList<String>
The parts of the identifier.