AlterDatabaseModifyFileGroupStatement.NewFileGroupName Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property NewFileGroupName As Identifier
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)

Property Value

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

.NET Framework Security

See Also

Reference

AlterDatabaseModifyFileGroupStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace