UserDataType Class
Represents a user data type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class UserDataType _
Inherits ParameterizedDataType
'Usage
Dim instance As UserDataType
[SerializableAttribute]
public class UserDataType : ParameterizedDataType
[SerializableAttribute]
public ref class UserDataType : public ParameterizedDataType
public class UserDataType extends ParameterizedDataType
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.DataType
Microsoft.Data.Schema.ScriptDom.Sql.ParameterizedDataType
Microsoft.Data.Schema.ScriptDom.Sql.UserDataType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.