ResolvedDescriptor.Potentials Property

Gets the potentials for the resolved column.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Potentials As ReadOnlyCollection(Of SqlPotentialElementDescriptor)
    Get
'Usage
Dim instance As ResolvedDescriptor
Dim value As ReadOnlyCollection(Of SqlPotentialElementDescriptor)

value = instance.Potentials
public ReadOnlyCollection<SqlPotentialElementDescriptor> Potentials { get; }
public:
property ReadOnlyCollection<SqlPotentialElementDescriptor^>^ Potentials {
    ReadOnlyCollection<SqlPotentialElementDescriptor^>^ get ();
}
function get Potentials () : ReadOnlyCollection<SqlPotentialElementDescriptor>
member Potentials : ReadOnlyCollection<SqlPotentialElementDescriptor>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SqlPotentialElementDescriptor>

.NET Framework Security

See Also

Reference

ResolvedDescriptor Class

ResolvedDescriptor Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace