分区处理目标自定义属性
分区处理目标具有自定义属性和所有数据流组件通用的属性。
下表介绍分区处理目标的自定义属性。 所有属性均可读/写。
属性 | 数据类型 | 说明 |
---|---|---|
ASConnectionString | String | Analysis Services 项目或 Analysis Services实例的连接字符串。 |
KeyDuplicate | Integer(枚举) | 当 UseDefaultConfiguration 为 False 时,一个指示如何处理重复键错误的值。 可能的值为 IgnoreError (0)、ReportAndContinue (1) 和 ReportAndStop (2)。 此属性的默认值为 IgnoreError (0)。 |
KeyErrorAction | Integer(枚举) | 当 UseDefaultConfiguration 为 False 时,该值指示如何处理密钥错误。 可能的值为 ConvertToUnknown (0) 和 DiscardRecord (1)。 此属性的默认值为 ConvertToUnknown (0)。 |
KeyErrorLimit | Integer | 当 UseDefaultConfiguration 为 False 时,允许的键错误的上限。 |
KeyErrorLimitAction | Integer(枚举) | 当 UseDefaultConfiguration 为 False 时,该值指示到达 时 KeyErrorLimit 要执行的操作。 可能的值为 StopLogging (1) 和 StopProcessing (0)。 此属性的默认值为 StopProcessing (0)。 |
KeyErrorLogFile | String | 当 UseDefaultConfiguration 为 False 时,错误日志文件的路径和文件名。 |
KeyNotFound | Integer(枚举) | 当 UseDefaultConfiguration 为 False 时,一个指示如何处理缺失键错误的值。 可能的值为 IgnoreError (0)、ReportAndContinue (1) 和 ReportAndStop (2)。 此属性的默认值为 ReportAndContinue (1)。 |
NullKeyConvertedToUnknown | Integer(枚举) | 当 UseDefaultConfiguration 为 False 时,该值指示如何处理转换为未知值的 null 键。 可能的值为 IgnoreError (0)、ReportAndContinue (1) 和 ReportAndStop (2)。 此属性的默认值为 IgnoreError (0)。 |
NullKeyNotAllowed | Integer(枚举) | 当 UseDefaultConfiguration 为 False 时,该值指示如何处理不允许的 null 值。 可能的值为 IgnoreError (0)、ReportAndContinue (1) 和 ReportAndStop (2)。 此属性的默认值为 ReportAndContinue (1)。 |
ProcessType | Integer(枚举) | 转换使用的分区处理的类型。 可能的值为 ProcessAdd (1)(增量)、ProcessFull (0) 和 ProcessUpdate (2)。 |
UseDefaultConfiguration | 布尔 | 一个指定转换是否使用默认错误配置的值。 如果此属性为 False ,则转换将使用此表中列出的错误处理自定义属性的值,包括 KeyDuplicate、KeyErrorAction 等。 |
分区处理目标的输入和输入列没有自定义属性。
有关详细信息,请参阅 Partition Processing Destination。