SfcMetadataRelation.RelationshipAttributes Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property RelationshipAttributes As AttributeCollection
Get
'Usage
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
Property Value
Type: System.ComponentModel.AttributeCollection
The attributes for the node.