Freigeben über


SfcMetadataRelation.RelationshipAttributes-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Eigenschaftswert

Typ: System.ComponentModel.AttributeCollection
The attributes for the node.

Siehe auch

Verweis

SfcMetadataRelation Klasse

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace