IMutableMetadataCollection<T>.Remove 메서드 (String)

Removes the first element that has the specified name from the collection.

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

구문

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

returnValue = instance.Remove(name)
bool Remove(
    string name
)
bool Remove(
    String^ name
)
abstract Remove : 
        name:string -> bool
function Remove(
    name : String
) : boolean

매개 변수

  • name
    유형: System.String
    The name of the element to remove. This value cannot be a null reference.

반환 값

유형: System.Boolean
true if the element is successfully removed; false if the element was not found or if it was not successfully removed from the collection.

참고 항목

참조

IMutableMetadataCollection<T> 인터페이스

Remove 오버로드

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