Construtor ObjectIdentifier (array<String )
Initializes a new instance of the ObjectIdentifier class with the specified parts.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public Sub New ( _
ParamArray parts As String() _
)
'Uso
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[]
)
Parâmetros
- parts
Tipo: array<System.String[]
The parts of the identifier.