Partager via


Constructeur ObjectIdentifier (array<String )

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.

Voir aussi

Référence

ObjectIdentifier Classe

Surcharge ObjectIdentifier

Espace de noms Microsoft.SqlServer.Dac.Model