次の方法で共有


ObjectIdentifier.Parts プロパティ

識別子の構成要素を取得します。

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

構文

'宣言
Public Property Parts As IList(Of String)
    Get 
    Set
'使用
Dim instance As ObjectIdentifier 
Dim value As IList(Of String)

value = instance.Parts

instance.Parts = value
public IList<string> Parts { get; set; }
public:
property IList<String^>^ Parts {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
member Parts : IList<string> with get, set
function get Parts () : IList<String>
function set Parts (value : IList<String>)

プロパティ値

型: System.Collections.Generic.IList<String>
識別子の構成要素。

関連項目

参照

ObjectIdentifier クラス

Microsoft.SqlServer.Dac.Model 名前空間