Свойство NameFileDeclarationOption.IsNewName

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsNewName As Boolean 
    Get 
    Set
'Применение
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);
}
member IsNewName : bool with get, set
function get IsNewName () : boolean 
function set IsNewName (value : boolean)

Значение свойства

Тип: System.Boolean
True if NEWNAME is specified; otherwise, false.

См. также

Справочник

NameFileDeclarationOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom