Initializes a new instance of the ObjectIdentifier class with the specified parts.
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public Sub New ( _
parts As IList(Of String) _
)
用法
Dim parts As IList(Of String)
Dim instance As New ObjectIdentifier(parts)
public ObjectIdentifier(
IList<string> parts
)
public:
ObjectIdentifier(
IList<String^>^ parts
)
new :
parts:IList<string> -> ObjectIdentifier
public function ObjectIdentifier(
parts : IList<String>
)
参数
- parts
类型:System.Collections.Generic.IList<String>
The parts of the identifier.