다음을 통해 공유


DTPSTATUSENUM Enumeration

Specifies the status for a column in an IDTSBuffer90 object.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
Public Enumeration DTPSTATUSENUM
public enum DTPSTATUSENUM
public enum class DTPSTATUSENUM
public enum DTPSTATUSENUM
public enum DTPSTATUSENUM

Members

Member name Description
DTPSTATUS_BADACCESSOR Specifies that the deferred accessor validation for the column failed.
DTPSTATUS_BADSTATUS Specifies that the status value given to the provider was not valid.
DTPSTATUS_CANTCONVERTVALUE Specifies that the value cannot be converted because of potential data loss.
DTPSTATUS_CANTCREATE Specifies that the status value for the column value cannot be created.
DTPSTATUS_DATAOVERFLOW Specifies that conversion failed because the data value overflowed the specified type.
DTPSTATUS_DEFAULT Specifies that the provider used the default value for an input parameter in a procedure.
DTPSTATUS_INTEGRITYVIOLATION Specifies that the value for the column violated the integrity constraints for the column.
DTPSTATUS_ISNULL Specifies that the column contains no data and is null.
DTPSTATUS_OK Specifies that the column contains data.
DTPSTATUS_PERMISSIONDENIED Specifies that permission to write to the column was denied.
DTPSTATUS_SCHEMAVIOLATION Specifies that the value for the column violated the schema's constraint for the column.
DTPSTATUS_SIGNMISMATCH Specifies that a signed value was provided for an unsigned type.
DTPSTATUS_TRUNCATED Specifies that the variable-length data was truncated.
DTPSTATUS_UNAVAILABLE Specifies that the status of the column is not available.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace