Sdílet prostřednictvím


AlterDatabaseModifyFileGroupStatement.NewFileGroupName – vlastnost

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public Property NewFileGroupName As Identifier
    Get
    Set
public Identifier NewFileGroupName { get; set; }
public:
property Identifier^ NewFileGroupName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member NewFileGroupName : Identifier with get, set
function get NewFileGroupName () : Identifier
function set NewFileGroupName (value : Identifier)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterDatabaseModifyFileGroupStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů