AlterDatabaseRemoveFileGroupStatement.FileGroup プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property FileGroup As Identifier
'使用
Dim instance As AlterDatabaseRemoveFileGroupStatement
Dim value As Identifier

value = instance.FileGroup

instance.FileGroup = value
public Identifier FileGroup { get; set; }
public:
property Identifier^ FileGroup {
    Identifier^ get ();
    void set (Identifier^ value);
}
public function get FileGroup () : Identifier
public function set FileGroup (value : Identifier)

プロパティ値

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

参照

参照

AlterDatabaseRemoveFileGroupStatement クラス

AlterDatabaseRemoveFileGroupStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間