SchemaNameCollection.Remove(String) メソッド

定義

指定したスキーマ名をこのコレクションから削除します。

public:
 void Remove(System::String ^ value);
public void Remove (string value);
public void Remove (string? value);
member this.Remove : string -> unit
Public Sub Remove (value As String)

パラメーター

value
String

削除するスキーマ名。

適用対象