diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx index 29c083e0..ec8e3503 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx @@ -3694,4 +3694,31 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index Parallele Ausführung + + Spezifikationen für berechnete Spalten + + + Ist berechnet + + + Gibt an, ob die Spalte eine berechnete Spalte ist. + + + Ist beständig + + + Gibt an, ob die berechnete Spalte mit der Datenquelle gespeichert wird. + + + Nullwerte zulassend wenn beständig + + + Gibt an, ob die berechnete Spalte einen NULL-Wert aufweisen darf (NOT NULL kann nur angegeben werden, wenn die Spalte beständig ist). + + + Die Formel, die von der Spalte verwendet wird, wenn die Spalte eine berechnete Spalte ist. + + + Formel + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx index 7a0b9ddc..723072d3 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx @@ -3694,4 +3694,31 @@ El procesador de consultas estima que la implementación del siguiente índice p Ejecución en paralelo + + Especificaciones de columnas calculadas + + + Se calcula + + + Especifica si la columna es una columna calculada. + + + Es persistente + + + Si la columna calculada se guarda con el origen de datos + + + Es persistente y admite un valor NULL + + + Especifica si la columna calculada puede tener un valor NULL (NOT NULL solo se puede especificar si la columna es persistente). + + + Fórmula que la columna usa si se trata de una columna calculada + + + Fórmula + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx index c01833f7..87cf93ca 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx @@ -3694,4 +3694,31 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut Exécution parallèle + + Spécifications de colonne calculées + + + Est calculé + + + Specifies whether the column is a computed column + + + Est persistant + + + Whether the computed column is saved with the data source + + + Est de type Nullable persistant + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + Formula that the column uses if it is a computed column + + + Formule + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx index f0ab135b..40ca1c24 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx @@ -3694,4 +3694,31 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior Esecuzione parallela + + Specifiche colonne calcolate + + + Calcolata + + + Specifica se la colonna è una colonna calcolata + + + Persistente + + + Indica se la colonna calcolata viene salvata con l'origine dati + + + Persistente con ammissione di valori Null + + + Indica se la colonna calcolata può avere un valore NULL (è possibile specificare NOT NULL solo se la colonna è persistente). + + + Formula utilizzata da una colonna calcolata + + + Formula + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx index 08013452..a2e694a9 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx @@ -3694,4 +3694,31 @@ 並列実行 + + 計算列の指定 + + + 計算値 + + + Specifies whether the column is a computed column + + + 永続化されている + + + Whether the computed column is saved with the data source + + + 永続化されていて NULL 値が許容される + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + Formula that the column uses if it is a computed column + + + 数式 + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx index b42bb7bf..6e2dff60 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx @@ -3694,4 +3694,31 @@ 병렬 실행 + + 계산 열 사양 + + + 계산 여부 + + + Specifies whether the column is a computed column + + + 지속형 + + + Whether the computed column is saved with the data source + + + 지속 Null 허용 여부 + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + Formula that the column uses if it is a computed column + + + 수식 + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx index 97a828f0..117a8347 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx @@ -3694,4 +3694,31 @@ O Processador de Consultas estima que a implementação do índice a seguir pode Execução Paralela + + Especificações da Coluna Computadas + + + Computado + + + Especifica se a coluna é uma coluna computada + + + É Persistido + + + Se a coluna computada é salva com a fonte de dados + + + É Nulas Persistente + + + Se a coluna computada pode ter um valor NULL (NOT NULO só pode ser especificado se a coluna persistir) + + + Fórmula que a coluna usa se for uma coluna computada + + + Fórmula + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx index ac42d8f9..bb4d8662 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx @@ -3694,4 +3694,31 @@ Параллельное выполнение + + Спецификации вычисляемого столбца + + + Вычисляемый + + + Указывает, является ли столбец вычисляемым + + + Сохраняемый + + + Сохраняется ли вычисляемый столбец с источником данных + + + Сохраняемый, допускается значение NULL + + + Допускается ли значение NULL у вычисляемого столбца (значение NOT NULL можно указать лишь в том случае, если этот столбец является сохраняемым) + + + Формула, используемая столбцом, если он является вычисляемым. + + + Формула + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx index 9b9f36ea..a9c64ffa 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx @@ -3694,4 +3694,31 @@ 并行执行 + + 计算列规范 + + + 计算 + + + Specifies whether the column is a computed column + + + 是持久的 + + + Whether the computed column is saved with the data source + + + 是持久可以为 Null 的 + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + Formula that the column uses if it is a computed column + + + 公式 + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx index b501bfcb..1dbfd891 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx @@ -3694,4 +3694,31 @@ 並行執行 + + 計算資料行規格 + + + 是計算的 + + + Specifies whether the column is a computed column + + + Is Persisted + + + Whether the computed column is saved with the data source + + + 為永續性且可為 Null + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + Formula that the column uses if it is a computed column + + + 公式 + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf index ab112a5c..de6f7e8e 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % Kosten: {0} % "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index Parallele Ausführung tooltip text for node parallelism overlay + + Computed Column Specifications + Spezifikationen für berechnete Spalten + + + + Is Computed + Ist berechnet + + + + Specifies whether the column is a computed column + Gibt an, ob die Spalte eine berechnete Spalte ist. + + + + Is Persisted + Ist beständig + + + + Whether the computed column is saved with the data source + Gibt an, ob die berechnete Spalte mit der Datenquelle gespeichert wird. + + + + Is Persisted Nullable + Nullwerte zulassend wenn beständig + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Gibt an, ob die berechnete Spalte einen NULL-Wert aufweisen darf (NOT NULL kann nur angegeben werden, wenn die Spalte beständig ist). + + + + Formula that the column uses if it is a computed column + Die Formel, die von der Spalte verwendet wird, wenn die Spalte eine berechnete Spalte ist. + + + + Formula + Formel + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf index e7e34987..a726dc05 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % Costo: {0} % "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ El procesador de consultas estima que la implementación del siguiente índice p Ejecución en paralelo tooltip text for node parallelism overlay + + Computed Column Specifications + Especificaciones de columnas calculadas + + + + Is Computed + Se calcula + + + + Specifies whether the column is a computed column + Especifica si la columna es una columna calculada. + + + + Is Persisted + Es persistente + + + + Whether the computed column is saved with the data source + Si la columna calculada se guarda con el origen de datos + + + + Is Persisted Nullable + Es persistente y admite un valor NULL + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Especifica si la columna calculada puede tener un valor NULL (NOT NULL solo se puede especificar si la columna es persistente). + + + + Formula that the column uses if it is a computed column + Fórmula que la columna usa si se trata de una columna calculada + + + + Formula + Fórmula + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf index b3fb2dbb..6e60532d 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % Coût : {0} % "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut Exécution parallèle tooltip text for node parallelism overlay + + Computed Column Specifications + Spécifications de colonne calculées + + + + Is Computed + Est calculé + + + + Specifies whether the column is a computed column + Specifies whether the column is a computed column + + + + Is Persisted + Est persistant + + + + Whether the computed column is saved with the data source + Whether the computed column is saved with the data source + + + + Is Persisted Nullable + Est de type Nullable persistant + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + + Formula that the column uses if it is a computed column + Formula that the column uses if it is a computed column + + + + Formula + Formule + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf index 2d2e3bea..52b1e5c9 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % Costo: {0} % "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior Esecuzione parallela tooltip text for node parallelism overlay + + Computed Column Specifications + Specifiche colonne calcolate + + + + Is Computed + Calcolata + + + + Specifies whether the column is a computed column + Specifica se la colonna è una colonna calcolata + + + + Is Persisted + Persistente + + + + Whether the computed column is saved with the data source + Indica se la colonna calcolata viene salvata con l'origine dati + + + + Is Persisted Nullable + Persistente con ammissione di valori Null + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Indica se la colonna calcolata può avere un valore NULL (è possibile specificare NOT NULL solo se la colonna è persistente). + + + + Formula that the column uses if it is a computed column + Formula utilizzata da una colonna calcolata + + + + Formula + Formula + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf index 1b381e10..b9f66bfd 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % コスト: {0} % "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ The Query Processor estimates that implementing the following index could improv 並列実行 tooltip text for node parallelism overlay + + Computed Column Specifications + 計算列の指定 + + + + Is Computed + 計算値 + + + + Specifies whether the column is a computed column + Specifies whether the column is a computed column + + + + Is Persisted + 永続化されている + + + + Whether the computed column is saved with the data source + Whether the computed column is saved with the data source + + + + Is Persisted Nullable + 永続化されていて NULL 値が許容される + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + + Formula that the column uses if it is a computed column + Formula that the column uses if it is a computed column + + + + Formula + 数式 + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf index baaede96..ec2459d5 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % 비용: {0}% "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ The Query Processor estimates that implementing the following index could improv 병렬 실행 tooltip text for node parallelism overlay + + Computed Column Specifications + 계산 열 사양 + + + + Is Computed + 계산 여부 + + + + Specifies whether the column is a computed column + Specifies whether the column is a computed column + + + + Is Persisted + 지속형 + + + + Whether the computed column is saved with the data source + Whether the computed column is saved with the data source + + + + Is Persisted Nullable + 지속 Null 허용 여부 + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + + Formula that the column uses if it is a computed column + Formula that the column uses if it is a computed column + + + + Formula + 수식 + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf index 53885d2e..024f54c7 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % Custo: {0} % "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ O Processador de Consultas estima que a implementação do índice a seguir pode Execução Paralela tooltip text for node parallelism overlay + + Computed Column Specifications + Especificações da Coluna Computadas + + + + Is Computed + Computado + + + + Specifies whether the column is a computed column + Especifica se a coluna é uma coluna computada + + + + Is Persisted + É Persistido + + + + Whether the computed column is saved with the data source + Se a coluna computada é salva com a fonte de dados + + + + Is Persisted Nullable + É Nulas Persistente + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Se a coluna computada pode ter um valor NULL (NOT NULO só pode ser especificado se a coluna persistir) + + + + Formula that the column uses if it is a computed column + Fórmula que a coluna usa se for uma coluna computada + + + + Formula + Fórmula + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf index e1d63183..564460da 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % Стоимость: {0} % "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ The Query Processor estimates that implementing the following index could improv Параллельное выполнение tooltip text for node parallelism overlay + + Computed Column Specifications + Спецификации вычисляемого столбца + + + + Is Computed + Вычисляемый + + + + Specifies whether the column is a computed column + Указывает, является ли столбец вычисляемым + + + + Is Persisted + Сохраняемый + + + + Whether the computed column is saved with the data source + Сохраняется ли вычисляемый столбец с источником данных + + + + Is Persisted Nullable + Сохраняемый, допускается значение NULL + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Допускается ли значение NULL у вычисляемого столбца (значение NOT NULL можно указать лишь в том случае, если этот столбец является сохраняемым) + + + + Formula that the column uses if it is a computed column + Формула, используемая столбцом, если он является вычисляемым. + + + + Formula + Формула + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf index 9864f5e1..4e8a1d21 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % 成本: {0} % "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ The Query Processor estimates that implementing the following index could improv 并行执行 tooltip text for node parallelism overlay + + Computed Column Specifications + 计算列规范 + + + + Is Computed + 计算 + + + + Specifies whether the column is a computed column + Specifies whether the column is a computed column + + + + Is Persisted + 是持久的 + + + + Whether the computed column is saved with the data source + Whether the computed column is saved with the data source + + + + Is Persisted Nullable + 是持久可以为 Null 的 + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + + Formula that the column uses if it is a computed column + Formula that the column uses if it is a computed column + + + + Formula + 公式 + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf index 653b6e8a..df935b1c 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf @@ -4132,7 +4132,7 @@ Cost: {0} % 成本: {0} % "Cost: {0} percent" String to format. - Parameters: 0 - x (int) + Parameters: 0 - x (string) Remote Data Access @@ -6023,6 +6023,51 @@ The Query Processor estimates that implementing the following index could improv 並行執行 tooltip text for node parallelism overlay + + Computed Column Specifications + 計算資料行規格 + + + + Is Computed + 是計算的 + + + + Specifies whether the column is a computed column + Specifies whether the column is a computed column + + + + Is Persisted + Is Persisted + + + + Whether the computed column is saved with the data source + Whether the computed column is saved with the data source + + + + Is Persisted Nullable + 為永續性且可為 Null + + + + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted) + + + + Formula that the column uses if it is a computed column + Formula that the column uses if it is a computed column + + + + Formula + 公式 + + \ No newline at end of file