Partager via


NameFileDeclarationOption.IsNewName, propriété

Obtient ou définit une valeur qui indique si NEWNAME est spécifié.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property IsNewName As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

NameFileDeclarationOption Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms