次の方法で共有


ObjectIdentifier コンストラクター (array<String )

名前を使用してオブジェクト識別子を作成します。

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public Sub New ( _
    ParamArray parts As String() _
)
'使用
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[]
)

パラメーター

関連項目

参照

ObjectIdentifier クラス

ObjectIdentifier オーバーロード

Microsoft.SqlServer.Dac.Model 名前空間