ObjectIdentifier コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| ObjectIdentifier(IEnumerable<String>) |
名前を持つオブジェクト識別子を作成します。 |
| ObjectIdentifier(IList<String>) |
名前を持つオブジェクト識別子を作成します。 |
| ObjectIdentifier(String[]) |
名前を持つオブジェクト識別子を作成します。 |
| ObjectIdentifier(IList<String>, IList<String>) |
外部パーツを含む名前を持つオブジェクト識別子を作成します。 |
ObjectIdentifier(IEnumerable<String>)
名前を持つオブジェクト識別子を作成します。
public ObjectIdentifier(System.Collections.Generic.IEnumerable<string> parts);
new Microsoft.SqlServer.Dac.Model.ObjectIdentifier : seq<string> -> Microsoft.SqlServer.Dac.Model.ObjectIdentifier
Public Sub New (parts As IEnumerable(Of String))
パラメーター
- parts
- IEnumerable<String>
識別子の部分
適用対象
ObjectIdentifier(IList<String>)
名前を持つオブジェクト識別子を作成します。
public ObjectIdentifier(System.Collections.Generic.IList<string> parts);
new Microsoft.SqlServer.Dac.Model.ObjectIdentifier : System.Collections.Generic.IList<string> -> Microsoft.SqlServer.Dac.Model.ObjectIdentifier
Public Sub New (parts As IList(Of String))
パラメーター
適用対象
ObjectIdentifier(String[])
名前を持つオブジェクト識別子を作成します。
public ObjectIdentifier(params string[] parts);
new Microsoft.SqlServer.Dac.Model.ObjectIdentifier : string[] -> Microsoft.SqlServer.Dac.Model.ObjectIdentifier
Public Sub New (ParamArray parts As String())
パラメーター
- parts
- String[]
識別子の部分
適用対象
ObjectIdentifier(IList<String>, IList<String>)
外部パーツを含む名前を持つオブジェクト識別子を作成します。
public ObjectIdentifier(System.Collections.Generic.IList<string> externalParts, System.Collections.Generic.IList<string> parts);
new Microsoft.SqlServer.Dac.Model.ObjectIdentifier : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.SqlServer.Dac.Model.ObjectIdentifier
Public Sub New (externalParts As IList(Of String), parts As IList(Of String))