Свойство Properties
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property Properties As ObjectProperty()
Get
Set
'Применение
Dim instance As ObjectInfo
Dim value As ObjectProperty()
value = instance.Properties
instance.Properties = value
public ObjectProperty[] Properties { get; set; }
public:
property array<ObjectProperty^>^ Properties {
array<ObjectProperty^>^ get ();
void set (array<ObjectProperty^>^ value);
}
member Properties : ObjectProperty[] with get, set
function get Properties () : ObjectProperty[]
function set Properties (value : ObjectProperty[])
Значение свойства
Тип: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ObjectProperty> [] () [] []
The properties of the object.