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>()
- Source:
- TypedTableBase.cs
- Source:
- TypedTableBase.cs
- Source:
- TypedTableBase.cs
새 TypedTableBase<T>를 초기화합니다. 이 메서드는 Visual Studio 및 XSD.exe .NET Framework 도구에 의한 형식화된 DataTable 개체 생성을 지원합니다. 이 형식은 사용자 코드에서 직접 사용할 수 없습니다.
protected:
TypedTableBase();
protected TypedTableBase ();
Protected Sub New ()
적용 대상
TypedTableBase<T>(SerializationInfo, StreamingContext)
- Source:
- TypedTableBase.cs
- Source:
- TypedTableBase.cs
- Source:
- TypedTableBase.cs
주의
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
역직렬화되는 개체에 대한 스트리밍 컨텍스트입니다.
- 특성
적용 대상
.NET