Condividi tramite


Proprietà NameFileDeclarationOption.IsNewName

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

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property IsNewName As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
True if NEWNAME is specified; otherwise, false.

Vedere anche

Riferimento

NameFileDeclarationOption Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom