次の方法で共有


FileGroupCollection.Remove メソッド (FileGroup)

オブジェクトを指定することによって、FileGroup オブジェクトを FileGroupCollection コレクションから削除します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Remove ( _
    fileGroup As FileGroup _
)
'使用
Dim instance As FileGroupCollection 
Dim fileGroup As FileGroup

instance.Remove(fileGroup)
public void Remove(
    FileGroup fileGroup
)
public:
void Remove(
    FileGroup^ fileGroup
)
member Remove : 
        fileGroup:FileGroup -> unit
public function Remove(
    fileGroup : FileGroup
)

パラメーター

使用例

コレクションの使用

関連項目

参照

FileGroupCollection クラス

Remove オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間