Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ObjectIdentifier class with the specified parts and external parts.
Espace de noms : Microsoft.SqlServer.Dac.Model
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public Sub New ( _
externalParts As IList(Of String), _
parts As IList(Of String) _
)
'Utilisation
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>
)
Paramètres
- 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.