Classe SystemDataType

The SystemDataType object represents a supported system data type. The SystemDataTypeCollection represents all the supported system data types.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class SystemDataType _
    Inherits NamedSmoObject
'Utilisation
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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.