IExternalReferenceParts.Parts プロパティ

外部参照を定義する部分の一覧を取得します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
ReadOnly Property Parts As IList(Of String)
'使用
Dim instance As IExternalReferenceParts
Dim value As IList(Of String)

value = instance.Parts
IList<string> Parts { get; }
property IList<String^>^ Parts {
    IList<String^>^ get ();
}
function get Parts () : IList<String>

プロパティ値

型 : System.Collections.Generic.IList<String>

参照

参照

IExternalReferenceParts インターフェイス

IExternalReferenceParts メンバ

Microsoft.Data.Schema.SchemaModel 名前空間