Public Function Remove( _ ByVal Name As String _ ) As Boolean
public bool Remove( string Name );
public: bool Remove( String __gc ^ Name );
public: HRESULT Remove( BSTR Name, VARIANT_BOOL * pRemoved );
public bool remove( String Name );
IAgEntityMetaDataCollection Interface