Share via


SqlElementDescriptor.IgnoreName Property

Gets or sets whether to ignore the name.

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

Syntax

'Declaration
Public Property IgnoreName As Boolean
    Get
    Set
'Usage
Dim instance As SqlElementDescriptor
Dim value As Boolean

value = instance.IgnoreName

instance.IgnoreName = value
public bool IgnoreName { get; set; }
public:
property bool IgnoreName {
    bool get ();
    void set (bool value);
}
function get IgnoreName () : boolean
function set IgnoreName (value : boolean)
member IgnoreName : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlElementDescriptor Class

SqlElementDescriptor Members

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