DictionaryCollectionBase<T, U>.Remove 메서드 (String)

Removes the object with the specified name from the collection.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Function Remove ( _
    name As String _
) As Boolean
‘사용 방법
Dim instance As DictionaryCollectionBase 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.Remove(name)
public bool Remove(
    string name
)
public:
virtual bool Remove(
    String^ name
) sealed
abstract Remove : 
        name:string -> bool  
override Remove : 
        name:string -> bool
public final function Remove(
    name : String
) : boolean

매개 변수

  • name
    유형: System.String
    The name of the metadata object to remove.

반환 값

유형: System.Boolean
true if the object is successfully removed; otherwise, false.

구현

IMutableMetadataCollection<T>.Remove(String)

참고 항목

참조

DictionaryCollectionBase<T, U> 클래스

Remove 오버로드

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스