UserDefinedType.ExtendedProperties Property
Gets the extended properties of the UserDefinedType object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property ExtendedProperties As ExtendedPropertyCollection
public ExtendedPropertyCollection ExtendedProperties { get; }
public:
virtual property ExtendedPropertyCollection^ ExtendedProperties {
ExtendedPropertyCollection^ get () sealed;
}
/** @property */
public final ExtendedPropertyCollection get_ExtendedProperties ()
public final function get ExtendedProperties () : ExtendedPropertyCollection
Значение свойства
An ExtendedPropertyCollection object that specifies the extended properties of the UserDefinedType object.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
UserDefinedType Class
UserDefinedType Members
Microsoft.SqlServer.Management.Smo Namespace
Другие ресурсы
Working with Data Types
Работа с определяемыми пользователем типами данных CLR
CREATE TYPE (Transact-SQL)