Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.