Keys-Eigenschaft
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 Keys As List(Of SfcMetadataRelation)
Get
'Usage
Dim instance As SfcMetadataDiscovery
Dim value As List(Of SfcMetadataRelation)
value = instance.Keys
public virtual List<SfcMetadataRelation> Keys { get; }
public:
virtual property List<SfcMetadataRelation^>^ Keys {
List<SfcMetadataRelation^>^ get ();
}
abstract Keys : List<SfcMetadataRelation>
override Keys : List<SfcMetadataRelation>
function get Keys () : List<SfcMetadataRelation>
Eigenschaftswert
Typ: System.Collections.Generic. . :: . .List< (Of < ( <'SfcMetadataRelation> ) > ) >
The list of properties holding the keys.