Свойство ISfcProperty.Attributes
Gets the aggregated list of custom attributes that are associated with the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
ReadOnly Property Attributes As AttributeCollection
Get
'Применение
Dim instance As ISfcProperty
Dim value As AttributeCollection
value = instance.Attributes
AttributeCollection Attributes { get; }
property AttributeCollection^ Attributes {
AttributeCollection^ get ();
}
abstract Attributes : AttributeCollection
function get Attributes () : AttributeCollection
Значение свойства
Тип: System.ComponentModel.AttributeCollection
An AttributeCollection object that contains the custom attributes.