DacProfile.Load 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| Load(Stream) |
지정된 프로필 DacProfile 에서 직렬화된 프로필 데이터를 읽어 인스턴스를 만듭니다 Stream. |
| Load(String) |
DacProfile 지정된 파일에서 직렬화된 프로필 데이터를 읽어 인스턴스를 만듭니다. |
Load(Stream)
지정된 프로필 DacProfile 에서 직렬화된 프로필 데이터를 읽어 인스턴스를 만듭니다 Stream.
public static Microsoft.SqlServer.Dac.DacProfile Load(System.IO.Stream stream);
static member Load : System.IO.Stream -> Microsoft.SqlServer.Dac.DacProfile
Public Shared Function Load (stream As Stream) As DacProfile
매개 변수
- stream
- Stream
serialize된 프로필 데이터를 읽을 스트림입니다.
반품
DacProfile serialize된 파일 데이터에서 초기화된 인스턴스입니다.
적용 대상
Load(String)
DacProfile 지정된 파일에서 직렬화된 프로필 데이터를 읽어 인스턴스를 만듭니다.
public static Microsoft.SqlServer.Dac.DacProfile Load(string fileName);
static member Load : string -> Microsoft.SqlServer.Dac.DacProfile
Public Shared Function Load (fileName As String) As DacProfile
매개 변수
- fileName
- String
직렬화된 프로필 데이터가 있는 파일의 경로입니다.
반품
DacProfile serialize된 파일 데이터에서 초기화된 인스턴스입니다.