Share via


SfcMetadataDiscovery.Relations Property

Gets the current relations of object in the list. 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 Overridable ReadOnly Property Relations As List(Of SfcMetadataRelation)
    Get
'Usage
Dim instance As SfcMetadataDiscovery
Dim value As List(Of SfcMetadataRelation)

value = instance.Relations
public virtual List<SfcMetadataRelation> Relations { get; }
public:
virtual property List<SfcMetadataRelation^>^ Relations {
    List<SfcMetadataRelation^>^ get ();
}
abstract Relations : List<SfcMetadataRelation>
override Relations : List<SfcMetadataRelation>
function get Relations () : List<SfcMetadataRelation>

Property Value

Type: System.Collections.Generic.List<SfcMetadataRelation>
The relations of object in the list.