Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.