Objects-Eigenschaft
Gets the specified objects from the list. 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 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>
Eigenschaftswert
Typ: System.Collections.Generic. . :: . .List< (Of < ( <'SfcMetadataRelation> ) > ) >
The objects from the list.