Свойство SfcMetadataRelation.RelationshipAttributes

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public ReadOnly Property RelationshipAttributes As AttributeCollection 
    Get
'Применение
Dim instance As SfcMetadataRelation 
Dim value As AttributeCollection 

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

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

Тип: System.ComponentModel.AttributeCollection
The attributes for the node.

См. также

Справочник

SfcMetadataRelation Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata