Initializes a new instance of the ObjectIdentifier class with the specified parts and external parts.
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public Sub New ( _
externalParts As IList(Of String), _
parts As IList(Of String) _
)
用法
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>
)
参数
- externalParts
类型:System.Collections.Generic.IList<String>
External reference parts - used in 3 or 4 part references to objects in other databases or servers.
- parts
类型:System.Collections.Generic.IList<String>
The parts of the identifier.