DTPSTATUSENUM 列舉型別
Specifies the status for a column in an IDTSBuffer100 object.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
Public Enumeration DTPSTATUSENUM
'用途
Dim instance As DTPSTATUSENUM
public enum DTPSTATUSENUM
public enum class DTPSTATUSENUM
type DTPSTATUSENUM
public enum DTPSTATUSENUM
成員
成員名稱 | 描述 | |
---|---|---|
DTPSTATUS_OK | Specifies that the column contains data. | |
DTPSTATUS_BADACCESSOR | Specifies that the deferred accessor validation for the column failed. | |
DTPSTATUS_CANTCONVERTVALUE | Specifies that the value cannot be converted because of potential data loss. | |
DTPSTATUS_ISNULL | Specifies that the column contains no data and is null. | |
DTPSTATUS_TRUNCATED | Specifies that the variable-length data was truncated. | |
DTPSTATUS_SIGNMISMATCH | Specifies that a signed value was provided for an unsigned type. | |
DTPSTATUS_DATAOVERFLOW | Specifies that conversion failed because the data value overflowed the specified type. | |
DTPSTATUS_CANTCREATE | Specifies that the status value for the column value cannot be created. | |
DTPSTATUS_UNAVAILABLE | Specifies that the status of the column is not available. | |
DTPSTATUS_PERMISSIONDENIED | Specifies that permission to write to the column was denied. | |
DTPSTATUS_INTEGRITYVIOLATION | Specifies that the value for the column violated the integrity constraints for the column. | |
DTPSTATUS_SCHEMAVIOLATION | Specifies that the value for the column violated the schema's constraint for the column. | |
DTPSTATUS_BADSTATUS | Specifies that the status value given to the provider was not valid. | |
DTPSTATUS_DEFAULT | Specifies that the provider used the default value for an input parameter in a procedure. |