Share via


SfcMetadataDiscovery.Objects Property

Gets the specified objects from 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 Objects As List(Of SfcMetadataRelation)
    Get
'Usage
Dim instance As SfcMetadataDiscovery
Dim value As List(Of SfcMetadataRelation)

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

Property Value

Type: System.Collections.Generic.List<SfcMetadataRelation>
The objects from the list.