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.
Espace de noms : Microsoft.SqlServer.Dac.Model
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public Sub New ( _
ParamArray parts As String() _
)
'Utilisation
Dim parts As String()
Dim instance As New ObjectIdentifier(parts)
public ObjectIdentifier(
params string[] parts
)
public:
ObjectIdentifier(
... array<String^>^ parts
)
new :
parts:string[] -> ObjectIdentifier
public function ObjectIdentifier(
... parts : String[]
)
Paramètres
- parts
Type : array<System.String[]
The parts of the identifier.