Udostępnij przez


Usuwanie kolumna z tabela programu SQL Server

The SQL Server Native klient OLE DB dostawca exposes the ITableDefinition::DropColumn funkcja.Dzięki temu konsumentów usunąć kolumna z SQL Server Tabela.

Consumers specify the table name as a Unicode character string in the pwszNamemember of the uName union in the pTableID parameter.The eKindmember of pTableID must be DBKIND_NAME.

The consumer indicates a column name in the pwszNamemember of the uName union in the pColumnID parameter.Nazwa kolumna jest ciągiem znaków Unicode.The eKind element członkowski of pColumnID must be DBKIND_NAME.

See Also

Concepts