Конструктор DataType (UserDefinedType)
Initializes a new instance of the DataType class based on a specified user-defined type.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
userDefinedType As UserDefinedType _
)
'Применение
Dim userDefinedType As UserDefinedType
Dim instance As New DataType(userDefinedType)
public DataType(
UserDefinedType userDefinedType
)
public:
DataType(
UserDefinedType^ userDefinedType
)
new :
userDefinedType:UserDefinedType -> DataType
public function DataType(
userDefinedType : UserDefinedType
)
Параметры
- userDefinedType
Тип: Microsoft.SqlServer.Management.Smo.UserDefinedType
A UserDefinedType object variable that specifies a user-defined type.
Замечания
A user-defined type is a type based on Microsoft .NET Framework types.