This documentation is archived and is not being maintained.
SqlMetaData Constructor (String, SqlDbType, Type, String)
Visual Studio 2010
Initializes a new instance of the SqlMetaData class with the specified column name, user-defined type (UDT), and SQLServer type.
Assembly: System.Data (in System.Data.dll)
public:
SqlMetaData(
String^ name,
SqlDbType dbType,
Type^ userDefinedType,
String^ serverTypeName
)
Parameters
- name
- Type: System::String
The name of the column.
- dbType
- Type: System.Data::SqlDbType
The SQL Server type of the parameter or column.
- userDefinedType
- Type: System::Type
A Type instance that points to the UDT.
- serverTypeName
- Type: System::String
The SQL Server type name for userDefinedType.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: