你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SqlServerTableDataset interface
本地 SQL Server 数据集。
- 扩展
属性
schema |
SQL Server 数据集的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
table | SQL Server 数据集的表名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
table |
此属性将停用。 请考虑改用架构 + 表属性。 |
type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
annotations | 可用于描述数据集的标记列表。 |
description | 数据集说明。 |
folder | 此数据集所在的文件夹。 如果未指定,数据集将显示在根级别。 |
linked |
链接服务引用。 |
parameters | 数据集的参数。 |
schema | 定义数据集的物理类型架构的列。 类型:数组(或带有 resultType 数组的表达式),itemType:DatasetSchemaDataElement。 |
structure | 定义数据集结构的列。 类型:array(或包含 resultType 数组的表达式),itemType:DatasetDataElement。 |
属性详细信息
schemaTypePropertiesSchema
SQL Server 数据集的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。
schemaTypePropertiesSchema?: any
属性值
any
table
SQL Server 数据集的表名称。 类型:字符串(或带有 resultType 字符串的表达式)。
table?: any
属性值
any
tableName
此属性将停用。 请考虑改用架构 + 表属性。
tableName?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "SqlServerTable"
属性值
"SqlServerTable"
继承属性详细信息
annotations
description
folder
linkedServiceName
链接服务引用。
linkedServiceName: LinkedServiceReference
属性值
继承自
parameters
数据集的参数。
parameters?: {[propertyName: string]: ParameterSpecification}
属性值
{[propertyName: string]: ParameterSpecification}
schema
定义数据集的物理类型架构的列。 类型:数组(或带有 resultType 数组的表达式),itemType:DatasetSchemaDataElement。
schema?: any
属性值
any
structure
定义数据集结构的列。 类型:array(或包含 resultType 数组的表达式),itemType:DatasetDataElement。
structure?: any
属性值
any
继承自