Share via


NameFileDeclarationOption.IsNewName Property

Gets or sets a value that indicates whether NEWNAME is specified.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

NameFileDeclarationOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace