Share via


NameFileDeclarationOption.IsNewName Property

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
'Usage
Dim instance As NameFileDeclarationOption 
Dim value As Boolean 

value = instance.IsNewName

instance.IsNewName = value
public bool IsNewName { get; set; }
public:
property bool IsNewName {
    bool get ();
    void set (bool value);
}
public function get IsNewName () : boolean 
public function set IsNewName (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

NameFileDeclarationOption Class

NameFileDeclarationOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace