你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PolybaseSettings 构造函数

定义

重载

PolybaseSettings()

初始化 PolybaseSettings 类的新实例。

PolybaseSettings(IDictionary<String,Object>, String, Object, Object, Object)

初始化 PolybaseSettings 类的新实例。

PolybaseSettings()

初始化 PolybaseSettings 类的新实例。

public PolybaseSettings();
Public Sub New ()

适用于

PolybaseSettings(IDictionary<String,Object>, String, Object, Object, Object)

初始化 PolybaseSettings 类的新实例。

public PolybaseSettings(System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string rejectType = default, object rejectValue = default, object rejectSampleValue = default, object useTypeDefault = default);
new Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings : System.Collections.Generic.IDictionary<string, obj> * string * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional rejectType As String = Nothing, Optional rejectValue As Object = Nothing, Optional rejectSampleValue As Object = Nothing, Optional useTypeDefault As Object = Nothing)

参数

additionalProperties
IDictionary<String,Object>

消息中的不匹配属性将对此集合进行反序列化

rejectType
String

拒绝类型。 可能的值包括:“value”、“percentage”

rejectValue
Object

指定在查询失败之前可以拒绝的行数的值或百分比。 类型:number (或 expression with resultType number) ,minimum: 0。

rejectSampleValue
Object

确定在 PolyBase 重新计算拒绝行的百分比之前要尝试检索的行数。 类型:具有 resultType 整数) 的整数 (或 Expression,最小值:0。

useTypeDefault
Object

指定在 PolyBase 从文本文件中检索数据时如何处理带分隔符的文本文件中的缺失值。 类型:boolean (或 expression with resultType boolean) 。

适用于