다음을 통해 공유


AzureSqlDatabaseDataSourceProperties interface

Azure SQL 데이터베이스 데이터 원본과 연결된 속성입니다.

속성

authenticationMode

인증 모드.

database

Azure SQL 데이터베이스의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

maxBatchCount

Sql 데이터베이스에 쓰기에 대한 최대 일괄 처리 수이며 기본값은 10,000입니다. PUT 요청의 경우 선택 사항입니다.

maxWriterCount

최대 기록기 수는 현재 1(단일 기록기) 및 0(쿼리 파티션 기준)만 사용할 수 있습니다. PUT 요청의 경우 선택 사항입니다.

password

Azure SQL 데이터베이스에 연결하는 데 사용할 암호입니다. PUT(CreateOrReplace) 요청에 필요합니다.

server

Azure SQL 데이터베이스를 포함하는 SQL Server의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

table

Azure SQL 데이터베이스에 있는 테이블의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

user

Azure SQL 데이터베이스에 연결하는 데 사용할 사용자 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

속성 세부 정보

authenticationMode

인증 모드.

authenticationMode?: string

속성 값

string

database

Azure SQL 데이터베이스의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

database?: string

속성 값

string

maxBatchCount

Sql 데이터베이스에 쓰기에 대한 최대 일괄 처리 수이며 기본값은 10,000입니다. PUT 요청의 경우 선택 사항입니다.

maxBatchCount?: number

속성 값

number

maxWriterCount

최대 기록기 수는 현재 1(단일 기록기) 및 0(쿼리 파티션 기준)만 사용할 수 있습니다. PUT 요청의 경우 선택 사항입니다.

maxWriterCount?: number

속성 값

number

password

Azure SQL 데이터베이스에 연결하는 데 사용할 암호입니다. PUT(CreateOrReplace) 요청에 필요합니다.

password?: string

속성 값

string

server

Azure SQL 데이터베이스를 포함하는 SQL Server의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

server?: string

속성 값

string

table

Azure SQL 데이터베이스에 있는 테이블의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

table?: string

속성 값

string

user

Azure SQL 데이터베이스에 연결하는 데 사용할 사용자 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

user?: string

속성 값

string