SfcMetadataDiscovery.Keys Property
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 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>
Property Value
Type: System.Collections.Generic.List<SfcMetadataRelation>
The list of properties holding the keys.