共用方式為


AzureSqlSource interface

複製活動 Azure SQL 來源。

Extends

屬性

isolationLevel

指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。

partitionOption

將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。

partitionSettings

將用於 Sql 來源數據分割的設定。

produceAdditionalTypes

要產生的其他類型。

sqlReaderQuery

SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。

sqlReaderStoredProcedureName

SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。

storedProcedureParameters

預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

additionalColumns

指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。

disableMetricsCollection

如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

maxConcurrentConnections

源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。

queryTimeout

查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

sourceRetryCount

來源重試計數。 類型:integer (或 expression with resultType integer) 。

sourceRetryWait

來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

屬性詳細資料

isolationLevel

指定 SQL 來源的交易鎖定行為。 允許的值:ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot。 預設值為 ReadCommitted。 Type:string (或 expression with resultType string) 。

isolationLevel?: any

屬性值

any

partitionOption

將用於 Sql 平行讀取的數據分割機制。 可能的值包括:「None」、“PhysicalPartitionsOfTable”、“DynamicRange”。 Type:string (或 expression with resultType string) 。

partitionOption?: any

屬性值

any

partitionSettings

將用於 Sql 來源數據分割的設定。

partitionSettings?: SqlPartitionSettings

屬性值

produceAdditionalTypes

要產生的其他類型。

produceAdditionalTypes?: any

屬性值

any

sqlReaderQuery

SQL 讀取器查詢。 Type:string (或 expression with resultType string) 。

sqlReaderQuery?: any

屬性值

any

sqlReaderStoredProcedureName

SQL Database 來源的預存程式名稱。 這無法與 SqlReaderQuery 同時使用。 Type:string (或 expression with resultType string) 。

sqlReaderStoredProcedureName?: any

屬性值

any

storedProcedureParameters

預存程序參數的值和類型設定。 範例:“{Parameter1: {value: ”1“, type: ”int“}}”。

storedProcedureParameters?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "AzureSqlSource"

屬性值

"AzureSqlSource"

繼承的屬性詳細資料

additionalColumns

指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。

additionalColumns?: any

屬性值

any

繼承自TabularSource.additionalColumns

disableMetricsCollection

如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

disableMetricsCollection?: any

屬性值

any

繼承自TabularSource.disableMetricsCollection

maxConcurrentConnections

源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。

maxConcurrentConnections?: any

屬性值

any

繼承自TabularSource.maxConcurrentConnections

queryTimeout

查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

queryTimeout?: any

屬性值

any

繼承自TabularSource.queryTimeout

sourceRetryCount

來源重試計數。 類型:integer (或 expression with resultType integer) 。

sourceRetryCount?: any

屬性值

any

繼承自TabularSource.sourceRetryCount

sourceRetryWait

來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

sourceRetryWait?: any

屬性值

any

繼承自TabularSource.sourceRetryWait