Share via


SqlElementDescriptor.IgnoreName Property

Gets or sets a value that indicates whether the name is ignored for this descriptor.

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

Syntax

'Declaration
Public Property IgnoreName As Boolean
public bool IgnoreName { get; set; }
public:
property bool IgnoreName {
    bool get ();
    void set (bool value);
}
member IgnoreName : bool with get, set
function get IgnoreName () : boolean
function set IgnoreName (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace