DataTable.GetObjectData(SerializationInfo, StreamingContext) 方法

定義

警告

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

以序列化 DataTable 所需的資料,填入序列化資訊物件。

C#
public virtual void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
C#
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public virtual void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

參數

info
SerializationInfo

SerializationInfo 物件,其保留與 DataTable 關聯的序列化資料。

context
StreamingContext

StreamingContext 物件,其包含與 DataTable 關聯之序列化資料流的來源和目的端。

實作

屬性

例外狀況

info 參數為 null 參考 (在 Visual Basic 中為 Nothing)。

適用於

產品 版本 (已過時)
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7 (8, 9)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

另請參閱