Поделиться через


DataType Constructor (UserDefinedType)

Initializes a new instance of the DataType class based on a specified user-defined type.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    userDefinedType As UserDefinedType _
)
public DataType (
    UserDefinedType userDefinedType
)
public:
DataType (
    UserDefinedType^ userDefinedType
)
public DataType (
    UserDefinedType userDefinedType
)
public function DataType (
    userDefinedType : UserDefinedType
)

Параметры

  • userDefinedType
    A UserDefinedType object variable that specifies a user-defined type.

Замечания

A user-defined type is a type based on Microsoft .NET types.

This namespace, class, or member is supported only in version 2.0 of the.NET Framework.

Пример

How to: Construct a DataType Object by Using the Default Constructor in Visual Basic .NET

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

DataType Class
DataType Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Working with Data Types