Właściwość SfcMetadataDiscovery.Relations
Pobiera bieżący stosunków obiekt na liście.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Overridable ReadOnly Property Relations As List(Of SfcMetadataRelation)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Collections.Generic.List<SfcMetadataRelation>
Stosunki obiektu na liście.
Zobacz także