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


Свойство ExtendedProperties

Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on an object.

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

Синтаксис

'Декларация
ReadOnly Property ExtendedProperties As ExtendedPropertyCollection
    Get
'Применение
Dim instance As IExtendedProperties
Dim value As ExtendedPropertyCollection

value = instance.ExtendedProperties
ExtendedPropertyCollection ExtendedProperties { get; }
property ExtendedPropertyCollection^ ExtendedProperties {
    ExtendedPropertyCollection^ get ();
}
abstract ExtendedProperties : ExtendedPropertyCollection
function get ExtendedProperties () : ExtendedPropertyCollection

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo. . :: . .ExtendedPropertyCollection
An ExtendedPropertyCollection object that represents all the extended properties defined on the object.