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


Свойство SqlSmoObject.Properties

Gets a collection of Property objects that represent the object properties.

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

Синтаксис

'Декларация
Public ReadOnly Property Properties As SqlPropertyCollection 
    Get
'Применение
Dim instance As SqlSmoObject 
Dim value As SqlPropertyCollection 

value = instance.Properties
public SqlPropertyCollection Properties { get; }
public:
property SqlPropertyCollection^ Properties {
    SqlPropertyCollection^ get ();
}
member Properties : SqlPropertyCollection
function get Properties () : SqlPropertyCollection

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

Тип: Microsoft.SqlServer.Management.Smo.SqlPropertyCollection
A PropertyCollection object value that specifies the collection of properties associated with the object.

Примеры

Установка свойств

См. также

Справочник

SqlSmoObject Класс

Пространство имен Microsoft.SqlServer.Management.Smo