Поделиться через


Класс SystemDataTypeCollection

The SystemDataTypeCollection class represents a collection of SystemDataType objects that represent all the system data types on the referenced database.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public NotInheritable Class SystemDataTypeCollection _
    Inherits SimpleObjectCollectionBase
'Применение
Dim instance As SystemDataTypeCollection
public sealed class SystemDataTypeCollection : SimpleObjectCollectionBase
public ref class SystemDataTypeCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type SystemDataTypeCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class SystemDataTypeCollection extends SimpleObjectCollectionBase

Замечания

An SystemDataTypeCollection object can be used to gain access to a set of system data types. You can use the Item property to return a specific SystemDataType object.

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.