Classe SystemDataType

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 (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class SystemDataType _
    Inherits NamedSmoObject
'Uso
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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.