TypedTableBase<T> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化新的 TypedTableBase<T>。
多載
TypedTableBase<T>() |
初始化新的 TypedTableBase<T>。 這個方法支援 Visual Studio 和 XSD.exe .NET Framework 工具產生的具型別 DataTable 物件。 這個型別並不適合直接從您的程式碼使用。 |
TypedTableBase<T>(SerializationInfo, StreamingContext) |
已淘汰.
初始化新的 TypedTableBase<T>。 這個方法支援 Visual Studio 和 XSD.exe .NET Framework 工具產生的具型別 DataTable 物件。 這個方法不能從程式碼直接使用。 |
TypedTableBase<T>()
初始化新的 TypedTableBase<T>。 這個方法支援 Visual Studio 和 XSD.exe .NET Framework 工具產生的具型別 DataTable 物件。 這個型別並不適合直接從您的程式碼使用。
protected:
TypedTableBase();
protected TypedTableBase ();
Protected Sub New ()
適用於
TypedTableBase<T>(SerializationInfo, StreamingContext)
警告
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
初始化新的 TypedTableBase<T>。 這個方法支援 Visual Studio 和 XSD.exe .NET Framework 工具產生的具型別 DataTable 物件。 這個方法不能從程式碼直接使用。
protected:
TypedTableBase(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TypedTableBase (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[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}")]
protected TypedTableBase (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.TypedTableBase<'T (requires 'T :> System.Data.DataRow)> : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.TypedTableBase<'T (requires 'T :> System.Data.DataRow)>
[<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}")>]
new System.Data.TypedTableBase<'T (requires 'T :> System.Data.DataRow)> : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.TypedTableBase<'T (requires 'T :> System.Data.DataRow)>
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
SerializationInfo,包含建構物件所需的資料。
- context
- StreamingContext
所要還原序列化的物件串流內容。
- 屬性