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
- 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.