ModelStore.Identifier.Parts プロパティ
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public ReadOnly Property Parts As IList(Of String)
'使用
Dim instance As ModelStore..::.Identifier
Dim value As IList(Of String)
value = instance.Parts
public IList<string> Parts { get; }
public:
property IList<String^>^ Parts {
IList<String^>^ get ();
}
public function get Parts () : IList<String>
プロパティ値
型 : System.Collections.Generic.IList<String>