DataRecordInfo.FieldMetadata 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 FieldMetadata 物件的 DataRecordInfo。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Common::FieldMetadata> ^ FieldMetadata { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Common::FieldMetadata> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Common.FieldMetadata> FieldMetadata { get; }
member this.FieldMetadata : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Common.FieldMetadata>
Public ReadOnly Property FieldMetadata As ReadOnlyCollection(Of FieldMetadata)
屬性值
FieldMetadata 物件。