ResolvedDescriptor.IsAmbiguous Property

Gets whether this resolved column is ambiguous.

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

Syntax

'Declaration
Public ReadOnly Property IsAmbiguous As Boolean
    Get
'Usage
Dim instance As ResolvedDescriptor
Dim value As Boolean

value = instance.IsAmbiguous
public bool IsAmbiguous { get; }
public:
property bool IsAmbiguous {
    bool get ();
}
function get IsAmbiguous () : boolean
member IsAmbiguous : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ResolvedDescriptor Class

ResolvedDescriptor Members

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