다음을 통해 공유


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

제거할 스키마 이름입니다.

적용 대상