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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.