维度处理目标自定义属性
维度处理目标具有自定义属性和所有数据流组件通用的属性。
下表介绍了纬度处理目标的自定义属性。 所有属性均可读/写。
属性 |
数据类型 |
说明 |
---|---|---|
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)。 此属性的默认值为 IgnoreError (0)。 |
NullKeyConvertedToUnknown |
Integer(枚举) |
当 UseDefaultConfiguration 为 False 时,指示如何处理转换为 unknown 值的 null 键的值。 可能的值为 IgnoreError (0)、ReportAndContinue (1) 和 ReportAndStop (2)。 此属性的默认值为 IgnoreError (0)。 |
NullKeyNotAllowed |
Integer(枚举) |
当 UseDefaultConfiguration 为 False 时,指示如何处理禁止的 null 的值。 可能的值为 IgnoreError (0)、ReportAndContinue (1) 和 ReportAndStop (2)。 此属性的默认值为 IgnoreError (0)。 |
ProcessType |
Integer(枚举) |
转换使用的维度处理类型。 值为 ProcessAdd (1)(增量)、ProcessFull (0) 和 ProcessUpdate (2)。 |
UseDefaultConfiguration |
Boolean |
一个指定转换是否使用默认错误配置的值。 如果此属性为 False,则转换包含有关错误处理的信息。 |
维度处理目标的输入和输入列没有自定义属性。
有关详细信息,请参阅维度处理目标。