Partager via


Propriété Relations

Gets the current relations of object in the list. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Relations As List(Of SfcMetadataRelation)
    Get
'Utilisation
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>

Valeur de propriété

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