Właściwość SfcMetadataDiscovery.Properties
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 Properties As List(Of SfcMetadataRelation)
Get
'Użycie
Dim instance As SfcMetadataDiscovery
Dim value As List(Of SfcMetadataRelation)
value = instance.Properties
public virtual List<SfcMetadataRelation> Properties { get; }
public:
virtual property List<SfcMetadataRelation^>^ Properties {
List<SfcMetadataRelation^>^ get ();
}
abstract Properties : List<SfcMetadataRelation>
override Properties : List<SfcMetadataRelation>
function get Properties () : List<SfcMetadataRelation>
Wartość właściwości
Typ: System.Collections.Generic.List<SfcMetadataRelation>
Lista właściwości.
Zobacz także