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.