SystemDataType Class
The SystemDataType object represents a supported system data type. The SystemDataTypeCollection represents all the supported system data types.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class SystemDataType _
Inherits NamedSmoObject
'Usage
Dim instance As SystemDataType
public sealed class SystemDataType : NamedSmoObject
public ref class SystemDataType sealed : public NamedSmoObject
[<SealedAttribute>]
type SystemDataType =
class
inherit NamedSmoObject
end
public final class SystemDataType extends NamedSmoObject
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.SmoObjectBase
Microsoft.SqlServer.Management.Smo.SqlSmoObject
Microsoft.SqlServer.Management.Smo.NamedSmoObject
Microsoft.SqlServer.Management.Smo.SystemDataType
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.
See Also