Classe SystemDataType
The SystemDataType object represents a supported system data type. The SystemDataTypeCollection represents all the supported system data types.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class SystemDataType _
Inherits NamedSmoObject
'Utilizzo
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
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo..::..SystemDataType
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche