Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MongoDataSource
BsonInsertDocument
C# 클래스 MongoDataSource.BsonInsertDocument
Class for creating a template BsonDocument using SSIS input column specification. Supports nested documents, when using dot notation in SSIS parameters. Arrays are not supported.
파일 보기
프로젝트 열기: simplybusiness/mongosis
1 사용 예제들
공개 메소드들
메소드
설명
BsonInsertDocument
(
List
cols
) :
System
Create
( ) :
BsonDocument
DeepClone
( ) :
BsonDocument
비공개 메소드들
메소드
설명
GetParentDoc
(
DestinationColumnInfo
col
,
int
iLvl
) :
BsonDocument
메소드 상세
BsonInsertDocument()
공개
메소드
public
BsonInsertDocument
(
List
cols
) :
System
cols
List
리턴
System
Create()
공개
메소드
public
Create
( ) :
BsonDocument
리턴
BsonDocument
DeepClone()
공개
메소드
public
DeepClone
( ) :
BsonDocument
리턴
BsonDocument